Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 4234d0450553169e673f6852aebe9a0e > scriptlet

amavisd-new-snmp-2.6.4-1.fc12.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 || :