Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > c8354d21aa340d41d7fe616ab77ce14b > scriptlet

php-pear-Text-CAPTCHA-0.4.6-1.fc18.noarch.rpm

POSTIN

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

POSTUN

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