Sophie

Sophie

distrib > Fedora > 14 > x86_64 > media > updates > by-pkgid > 56cb7e5144a057c549b41d2f2c2189b4 > scriptlet

amavisd-new-snmp-2.6.4-2.fc14.noarch.rpm

PREUN

/bin/sh
if [ "$1" = 0 ]; then
    /sbin/service amavisd-snmp stop 2>/dev/null || :
    /sbin/chkconfig --del amavisd-snmp || :
fi

POSTIN

/bin/sh
/sbin/chkconfig --add amavisd-snmp || :
/sbin/service amavisd-snmp condrestart || :