Sophie

Sophie

distrib > Mageia > 6 > armv7hl > by-pkgid > 85e018b4aa625a0114cfd37f8d997a6e > scriptlet

perl-Mail-SpamAssassin-Plugin-POPAuth-0-13.mga6.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