Sophie

Sophie

distrib > Fedora > 13 > i386 > media > os > by-pkgid > 0d4c98b3a1e9cc637fd2303189e6f339 > scriptlet

php-pear-Net-URL-1.0.15-3.fc12.noarch.rpm

POSTIN

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

POSTUN

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