Sophie

Sophie

distrib > Altlinux > 4.1 > i586 > by-pkgid > 17529a9c49f6772ef2cc8b1458885f50 > scriptlet

athcool-0.3.12-alt1.i586.rpm

PREUN

/bin/sh
if [ $1 -eq 0 ]; then
	/sbin/service athcool stop &>/dev/null || :
	/sbin/chkconfig --del athcool
fi

POSTIN

/bin/sh
/sbin/chkconfig --add athcool

POSTUN

/bin/sh
/sbin/service athcool condrestart &>/dev/null || :