Sophie

Sophie

distrib > Mandriva > current > i586 > media > main-updates > by-pkgid > 3523a0deb80e80b84646c2bfc8cd6ca6 > scriptlet

php-pdo_sqlite-5.3.14-0.1mdv2010.2.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