Sophie

Sophie

distrib > Fedora > 14 > i386 > media > os > by-pkgid > 531eb2c3153d2a266cbc9625a7ba19da > scriptlet

php-pear-Net-DNS-1.0.5-1.fc14.noarch.rpm

POSTIN

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

POSTUN

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