Sophie

Sophie

distrib > Mandriva > cs4.0 > i586 > by-pkgid > 5c4d899e356aab983f45a2841c8121bd > scriptlet

apache-doc-2.2.3-1mlcs4.noarch.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