Sophie

Sophie

distrib > * > 2009.0 > i586 > by-pkgid > e42c400c7b14f5f2ab2c7d8ec6a60969 > scriptlet

dcron-3.2-3mdv2009.0.i586.rpm

PREUN

/bin/sh
/usr/share/rpm-helper/del-service dcron $1 dcron

POSTIN

/bin/sh
if [[ -z `crontab -l | grep run-parts` ]]; then
    echo "Adding the \"system crontab\" to emulate vixie-cron"
    /bin/grep "^[0-9]" /etc/crontab | /usr/bin/crontab -
fi
/usr/share/rpm-helper/add-service dcron $1 dcron