Sophie

Sophie

distrib > Mandriva > 10.0 > i586 > media > contrib > by-pkgid > 25493ea92d819e89df959b9055085abe > scriptlet

noffle-1.1.2-2mdk.i586.rpm

POSTIN

/bin/sh
chkconfig noffle on
echo
echo " Don't forget to edit /etc/noffle.conf !!! "
echo

POSTUN

/bin/sh
# The script gets 0 on uninstall, 1 on upgrade. 
if [ "$1" = 0 ] ; then
	# uninstall
	chkconfig noffle off
fi