Sophie

Sophie

distrib > Mandriva > 10.2 > i586 > media > main > by-pkgid > d1f360e2e780e609cfc62fb2a3b464c7 > scriptlet

apache-1.3.33-6mdk.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