Sophie

Sophie

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

php-sockets-5.3.9-1.3.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