Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 2e7b624f0ee7f59a92e417105a2d4a5d > scriptlet

incron-0.5.9-2.fc15.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