Package fuse: Скрипты

Post install

1
2
3
4
5
if [ $1 -ge 2 -o -e /usr/bin/fusermount3 ]; then
    /usr/sbin/control-restore fusermount
else
    /usr/sbin/control fusermount fuseonly
fi
Pre install

1
2
3
if [ $1 -ge 2 -o -e /usr/bin/fusermount3 ]; then
    /usr/sbin/control-dump fusermount
fi