Package shadow-submap: Скрипты

Post install

1
2
3
4
5
6
7
if [ $1 -ge 2 ]; then 
	/usr/sbin/control-restore newuidmap newgidmap 
else 
	for facility in newuidmap newgidmap; do 
		/usr/sbin/control "$facility" restricted 
	done 
fi
Pre install

1
2
3
if [ $1 -ge 2 ]; then 
	/usr/sbin/control-dump newuidmap newgidmap 
fi