Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > c72d91e3edb38b163c8ebbc4378f8497 > scriptlet

dspam-3.10.1-1.fc14.i686.rpm

PREUN

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

POSTIN

/bin/sh
/sbin/chkconfig --add dspam
if [ $1 -gt 1 ];  then
/sbin/chkconfig dspam resetpriorities
fi

POSTUN

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