Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > media > contrib > by-pkgid > 4f42b7f48be419aaf504bfdc28761ee3 > scriptlet

noffle-1.1.1-1mdk.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