Sophie

Sophie

distrib > Fedora > 20 > x86_64 > by-pkgid > b41d6ead395e7e1dfa401d621635cd6f > scriptlet

php-phpseclib-math-biginteger-0.3.5-2.fc20.noarch.rpm

POSTIN

/bin/sh
/usr/bin/pear install --nodeps --soft --force --register-only \
    /var/lib/pear/pkgxml/php-phpseclib-math-biginteger.xml >/dev/null || :

POSTUN

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