Sophie

Sophie

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

php-pear-Console-ProgressBar-0.5.2-0.5.beta.fc12.noarch.rpm

POSTIN

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

POSTUN

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