Sophie

Sophie

distrib > Fedora > 14 > i386 > media > updates > by-pkgid > 4ce0a73955b387bd01c92e96d2d0e339 > scriptlet

php-pear-Net-Traceroute-0.21.3-1.fc14.noarch.rpm

POSTIN

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

POSTUN

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