Sophie

Sophie

distrib > Mandriva > 2007.0 > x86_64 > media > contrib-release > by-pkgid > f9f90247cbff20f0d0f175c41a543e3a > scriptlet

apache1-mod_auth_radius-1.5.7-1mdk.x86_64.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