Sophie

Sophie

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

php5-eaccelerator-eloader-5.0.3_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