Sophie

Sophie

distrib > Mageia > 1 > i586 > by-pkgid > 91c6a02fe312756801a48f7c678655f3 > scriptlet

php-pdo_dblib-5.3.10-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