Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-release > by-pkgid > facbb54d678038cf5ca7b505fee359bf > scriptlet

perl-Mail-SpamAssassin-Plugin-WrongMX-0-9.mga5.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