Sophie

Sophie

distrib > Mageia > 3 > i586 > by-pkgid > d8e1e6ca727563249eeaf2f2dc213457 > scriptlet

perl-Mail-SpamAssassin-Plugin-SIQ-0-8.mga3.noarch.rpm

POSTIN

/bin/sh
if [ -f /var/lock/subsys/spamd ]; then
    /etc/rc.d/init.d/spamd restart 1>&2;
fi

POSTUN

/bin/sh
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/spamd ]; then
        /etc/rc.d/init.d/spamd restart 1>&2
    fi
fi