Sophie

Sophie

distrib > Fedora > 20 > x86_64 > by-pkgid > 6362dd69387b6fa76e43a79e3d444b97 > scriptlet

php-phpseclib-crypt-aes-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-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