Sophie

Sophie

distrib > Fedora > 13 > i386 > media > os > by-pkgid > c9267ab064df5f1c14745ff91823df2a > scriptlet

php-pear-Crypt-Blowfish-1.1.0-0.4.rc2.fc12.noarch.rpm

POSTIN

/bin/sh
/usr/bin/pear install --nodeps --soft --force --register-only \
    /usr/share/pear/.pkgxml/php-pear-Crypt-Blowfish.xml >/dev/null || :

POSTUN

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