Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 5714c23cf3bf3a56cf4348820ee06542 > scriptlet

root-proofd-5.28.00g-1.fc14.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