Sophie

Sophie

distrib > Mandriva > 8.1 > i586 > by-pkgid > b68b83ae7aeb9ea49e1a107ba3bb8f78 > scriptlet

apache-1.3.22-10.2mdk.i586.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