Sophie

Sophie

distrib > Fedora > 14 > i386 > media > os > by-pkgid > 0ef76f488f66ce557b1889800af76298 > scriptlet

php-pear-Net-URL2-0.3.1-2.fc14.noarch.rpm

POSTIN

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

POSTUN

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