Sophie

Sophie

distrib > Fedora > 13 > x86_64 > media > updates > by-pkgid > dbe08f1b7fb28162a4120292ddc40097 > scriptlet

php-pear-Log-1.12.3-1.fc13.noarch.rpm

POSTIN

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

POSTUN

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