Sophie

Sophie

distrib > Mageia > 1 > x86_64 > by-pkgid > cd4479ad7b567cce6d2c99dc31c3c9d4 > scriptlet

php-openssl-5.3.10-1.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