Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 083342f0a35f2f24a1f75b13a26284b3 > scriptlet

dspam-3.9.0-9.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