Sophie

Sophie

distrib > Fedora > 20 > x86_64 > by-pkgid > 162ca773dda431a338fddb970e1dfe5c > scriptlet

php-phpseclib-crypt-aes-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-aes.xml >/dev/null || :

POSTUN

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