Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > media > contrib > by-pkgid > e03f54f2e76890a51a14726ed98907d3 > scriptlet

apache1-mod_php5-1.3.33_5.0.4-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