Sophie

Sophie

distrib > Mandriva > current > i586 > media > main-updates > by-pkgid > d3880e66c0637845359418981b105ee0 > scriptlet

apache-mod_authn_dbd-2.2.22-0.1mdv2010.2.i586.rpm

POSTIN

/bin/sh
if [ -f /var/lock/subsys/httpd ]; then
    /etc/rc.d/init.d/httpd restart 1>&2;
fi

POSTUN

/bin/sh
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
        /etc/rc.d/init.d/httpd restart 1>&2
    fi
fi