Sophie

Sophie

distrib > Fedora > 20 > i386 > by-pkgid > 55e37e408a9a566151d6eabcf51cd11d > scriptlet

root-proofd-5.34.20-2.fc20.i686.rpm

PREUN

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

POSTIN

/bin/sh
/sbin/chkconfig --add proofd

POSTUN

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