Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 6cafcbf2e734e1cfca1fccce853374d0 > scriptlet

php-pear-Net-Curl-1.2.5-3.fc12.noarch.rpm

POSTIN

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

POSTUN

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