Sophie

Sophie

distrib > Mandriva > 2008.1 > i586 > by-pkgid > 798193156cd4db0bf89fa6ca263a0fc9 > scriptlet

php-yp-5.2.3-6mdv2008.1.i586.rpm

POSTIN

/bin/sh
if [ -f /var/lock/subsys/httpd ]; then
    /etc/rc.d/init.d/httpd restart >/dev/null || :
fi

POSTUN

/bin/sh
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	/etc/rc.d/init.d/httpd restart >/dev/null || :
    fi
fi