Sophie

Sophie

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

apache1-mod_php5-5.1.6-1mdv2007.0.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