Sophie

Sophie

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

php-phpseclib-crypt-des-0.3.9-2.fc20.noarch.rpm

POSTIN

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

POSTUN

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