Sophie

Sophie

distrib > Fedora > 14 > i386 > media > updates > by-pkgid > 9dcd57707adbb806556b2d2cf47e28fb > scriptlet

php-pear-Net-Socket-1.0.10-1.fc14.noarch.rpm

POSTIN

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

POSTUN

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