Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > media > main > by-pkgid > e8e2c950e3e5cc585c3945ede728981b > scriptlet

anacron-2.3-15mdk.x86_64.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