Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 1f521c69e3f78d9a9296e3383e00f20f > scriptlet

php-pear-Console-ProgressBar-0.5.2-0.6.beta.fc14.noarch.rpm

POSTIN

/bin/sh
/usr/bin/pear install --nodeps --soft --force --register-only \
    /usr/share/pear/.pkgxml/php-pear-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