Sophie

Sophie

distrib > Mandriva > 9.0 > x86_64 > by-pkgid > b1a02f9fba4d213427996a5dbc6a656b > scriptlet

apache-1.3.26-6.2mdk.x86_64.rpm

POSTIN

/bin/sh
#JMD: do *not* use _post_service here, it is used in apache-conf, since we
#can have both apache and apache-mod_perl
if [ -e /usr/sbin/AESctl ]; then /usr/sbin/AESctl update;fi

POSTUN

/bin/sh
#JMD: do *not* use _post_service here, otherwise it will uninstall
#apache-mod_perl as well!!
if [ $1 = "0" ]; then
	/usr/bin/killall httpd
	if [ -e /usr/sbin/AESctl ]; then /usr/sbin/AESctl update;fi
fi