Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > by-pkgid > 31a89c95f584c8d6830bf3fac48dafb6 > scriptlet

apache-mod_perl-1.3.27_1.27-7mdk.ppc.rpm

PREIN

/bin/sh
#Check config file sanity
if [ -e /usr/sbin/ap13chkconfig ]; then /usr/sbin/ap13chkconfig;fi

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/ADVXctl ]; then /usr/sbin/ADVXctl update;fi

POSTUN

/bin/sh
#JMD: do *not* use _post_service here, otherwise it will uninstall
#apache as well!!
if [ -e /usr/sbin/ADVXctl ]; then /usr/sbin/ADVXctl update;fi