Sophie

Sophie

distrib > Scientific%20Linux > 5x > i386 > by-pkgid > 2258f699b94f1d1dad7a44f8e72e8b2d > scriptlet

anacron-2.3-45.el5.i386.rpm

PREUN

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

POSTIN

/bin/sh
/sbin/chkconfig --add anacron

POSTUN

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