Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > a4607eb803137694ab8afa63ee6f0513 > scriptlet

php-pear-HTTP-Request-1.4.4-1.fc12.noarch.rpm

POSTIN

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

POSTUN

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