Sophie

Sophie

distrib > Mandriva > 10.2 > i586 > media > contrib > by-pkgid > c08e13c8c7123a8e56707d8da69c434a > scriptlet

php-eaccelerator-4.3.10_0.9.2a-6mdk.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