Sophie

Sophie

distrib > Fedora > 18 > x86_64 > media > updates > by-pkgid > a84c7ae6a2f9624712f99d473d1a6d19 > scriptlet

php-pecl-mongo-1.4.2-1.fc18.x86_64.rpm

POSTIN

/bin/sh
/usr/bin/pecl install --nodeps --soft --force --register-only --nobuild /var/lib/pear/pkgxml/php-pecl-mongo.xml >/dev/null || :

POSTUN

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