Sophie

Sophie

distrib > Mandriva > 2007.0 > i586 > media > contrib-release > by-pkgid > ec930b70332bd65960bdd5b3a328e6f7 > scriptlet

apache1-mod_dav-1.0.3-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