Sophie

Sophie

distrib > Fedora > 14 > i386 > media > updates > by-pkgid > 69dd976c81f4802ee82518fa7a1515ac > scriptlet

php-pear-Net-IDNA2-0.1.1-3.fc14.noarch.rpm

POSTIN

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

POSTUN

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