Package fuse: Скрипты

Post install

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

1
2
3
4
5
6
/usr/sbin/groupadd -r -f fuse
/usr/sbin/groupadd -r -f cuse

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