Sophie

Sophie

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

php-phpseclib-crypt-hash-0.3.9-1.fc20.noarch.rpm

POSTIN

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

POSTUN

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