Sophie

Sophie

distrib > Mageia > 1 > i586 > by-pkgid > 94fe0d8195ff361d2f3a3fce2e1f52e8 > scriptlet

php-ldap-5.3.17-2.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