Sophie

Sophie

distrib > Mandriva > 7.1 > i586 > by-pkgid > ab140fba583da90753ef8d033edcab3f > scriptlet

vixie-cron-3.0.1-46.4mdk.i586.rpm

PREUN

/bin/sh
if [ $1 = 0 ]; then
    /sbin/chkconfig --del crond
fi

POSTIN

/bin/sh
/sbin/chkconfig --add crond

POSTUN

/bin/sh
if [ $1 = 0 ]; then 
    rm -fr /var/log/cron.*
fi