Sophie

Sophie

distrib > Mandriva > 9.0 > x86_64 > media > main > by-pkgid > dfaa4183cb66c22207ca75e98aeeef9f > scriptlet

apache-mod_perl-1.3.26_1.27-7mdk.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 as well!!
if [ $1 = "0" ]; then
	/usr/bin/killall httpd-perl
	if [ -e /usr/sbin/AESctl ]; then /usr/sbin/AESctl update;fi
fi