Sophie

Sophie

distrib > Mandriva > 2008.0 > x86_64 > media > contrib-release > by-pkgid > 9b44f779453a5ee8dac89f6f6561ba76 > scriptlet

apache-mod_whatkilledus-0-5mdv2008.0.x86_64.rpm

POSTIN

/bin/sh
/usr/share/rpm-helper/create-file apache-mod_whatkilledus $1 /var/log/httpd/whatkilledus_log apache apache 0644 
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