Sophie

Sophie

distrib > Fedora > 13 > i386 > media > updates > by-pkgid > 074da245be7af70a84289c921d7e7133 > scriptlet

php-pecl-solr-0.9.11-1.fc13.i686.rpm

POSTIN

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

POSTUN

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