Sophie

Sophie

distrib > Mageia > 1 > i586 > media > core-updates > by-pkgid > c1524694b4241156584d55539ae3b329 > scriptlet

php-pdo_odbc-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