Sophie

Sophie

distrib > Mandriva > 2006.0 > i586 > by-pkgid > df0558d05168d66da5627e99f2804647 > scriptlet

apache1-mod_throttle-1.3.33_3.1.2-1mdk.i586.rpm

POSTIN

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

POSTUN

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