Sophie

Sophie

distrib > Fedora > 13 > i386 > media > os > by-pkgid > 8164c1143da4cb0d66ecb66b8f28800c > scriptlet

php-pear-PHP-CompatInfo-1.9.0-2.fc13.noarch.rpm

POSTIN

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

POSTUN

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