Sophie

Sophie

distrib > Mandriva > 2007.0 > i586 > media > contrib-release > by-pkgid > d0ea5d6db2416da2bcdee3f3f90bee2a > scriptlet

captive-fuse-1.1.7-7mdv2007.0.i586.rpm

PREUN

/bin/sh
# Only on real erase, not on upgrade:
if [ $1 = 0 ];then
	/sbin/chkconfig --del captive
	/etc/rc.d/init.d/captive stop
	rm -f /var/lock/subsys/captive
fi

POSTIN

/bin/sh
/sbin/chkconfig --add captive
touch /var/lock/subsys/captive