Sophie

Sophie

distrib > Mageia > 1 > i586 > by-pkgid > da0c7b8258f4964cf915c844a9132a38 > scriptlet

php-phar-5.3.14-1.mga1.i586.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