Sophie

Sophie

distrib > Mandriva > 2006.0 > i586 > media > contrib > by-pkgid > 8dc8036cd56c7eaf2e8d355eda39297a > scriptlet

apache1-mod_dosevasive-1.3.33_1.10-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