Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 1c7328cfeec84fa184bc03e598e2a710 > scriptlet

php-pear-HTTP-Client-1.2.1-3.fc12.noarch.rpm

POSTIN

/bin/sh
/usr/bin/pear install --nodeps --soft --force --register-only \
    /usr/share/pear/.pkgxml/HTTP_Client.xml >/dev/null || :

POSTUN

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