Sophie

Sophie

distrib > Fedora > 20 > x86_64 > by-pkgid > 8d63bafcfa5e47fbad7f4865ed4e0148 > scriptlet

php-pear-Net-LDAP2-2.1.0-1.fc20.noarch.rpm

POSTIN

/bin/sh
/usr/bin/pear install --nodeps --soft --force --register-only \
    /var/lib/pear/pkgxml/php-pear-Net-LDAP2.xml >/dev/null || :

POSTUN

/bin/sh
if [ $1 -eq 0 ] ; then
    /usr/bin/pear uninstall --nodeps --ignore-errors --register-only \
        pear.php.net/Net_LDAP2 >/dev/null || :
fi