Sophie

Sophie

distrib > Mageia > 1 > x86_64 > by-pkgid > 6dbd393e0ce5dead368bd7153a3cbb75 > scriptlet

php-cgi-5.3.17-2.mga1.x86_64.rpm

POSTIN

/bin/sh
if [ -f /var/lock/subsys/httpd ]; then
    /etc/rc.d/init.d/httpd restart >/dev/null || :
fi

POSTUN

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