Sophie

Sophie

distrib > Mandriva > 10.0 > i586 > media > main > by-pkgid > 01c088cf8575f72fc6265a74c2dfe711 > scriptlet

anacron-2.3-12mdk.i586.rpm

PREUN

/bin/sh
/usr/share/rpm-helper/del-service anacron $1 anacron 
#if [ "$1" = "0" ]; then
#    service anacron stop >/dev/null 2>&1
#    /sbin/chkconfig --del anacron
#fi

POSTIN

/bin/sh
#/sbin/chkconfig --add anacron
/usr/share/rpm-helper/add-service anacron $1 anacron 

#%preun
#chkconfig --del anacron

POSTUN

/bin/sh
if [ "$1" -ge "1" ]; then
    service anacron condrestart >/dev/null 2>&1
fi