Sophie

Sophie

distrib > Fedora > 14 > i386 > media > updates > by-pkgid > 008ed6d44259981063e41b7470fa3818 > scriptlet

php-pear-PEAR-Command-Packaging-0.2.0-6.fc14.noarch.rpm

POSTIN

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

POSTUN

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