Sophie

Sophie

distrib > Mandriva > 10.1 > i586 > by-pkgid > db7169ca7a1cd095ab499de7b59ef9e3 > scriptlet

apache-1.3.31-7.2.101mdk.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-mod_perl as well!!
if [ -e /usr/sbin/ADVXctl ]; then /usr/sbin/ADVXctl update;fi