Sophie

Sophie

distrib > Fedora > 13 > i386 > media > os > by-pkgid > 68f45be98ddc2581ba8ea2e9a1210d81 > scriptlet

incron-0.5.9-1.fc13.i686.rpm

PREUN

/bin/sh
if [ $1 -eq 0 ]; then
        /sbin/service incron stop >/dev/null 2>&1 || :
        /sbin/chkconfig --del incrond
fi

POSTIN

/bin/sh
if [ $1 -eq 1 ]; then
    /sbin/chkconfig --add incrond
fi

POSTUN

/bin/sh
if [ $1 -ge 1 ]; then
        /sbin/service incrond condrestart >/dev/null 2>&1 || :
fi