Sophie

Sophie

distrib > PLD > ac > amd64 > by-pkgid > 989ca1ff89b50f24472ae4c69a358616 > scriptlet

apache-mod_suphp-0.6.1-1.amd64.rpm

PREUN

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

POSTIN

/bin/sh
if [ -f /var/lock/subsys/httpd ]; then
	/etc/rc.d/init.d/httpd restart 1>&2
fi