Sophie

Sophie

distrib > Mandriva > current > x86_64 > by-pkgid > 6265e073b2c75201af62ec94fef941d2 > scriptlet

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