Sophie

Sophie

distrib > Fedora > 14 > i386 > media > os > by-pkgid > 6513203ace61378a12a665332951254f > scriptlet

php-pear-PHP-Compat-1.5.0-5.fc14.noarch.rpm

POSTIN

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

POSTUN

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