Sophie

Sophie

distrib > Mandriva > 10.0 > i586 > media > updates > by-pkgid > 385fb9c72b66c9719ec577842f853e2d > scriptlet

apache-mod_perl-1.3.29_1.29-3.1.100mdk.i586.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