Sophie

Sophie

distrib > Fedora > 20 > x86_64 > by-pkgid > 25df657c9de065a2dde348a172961828 > scriptlet

php-pecl-http1-1.7.6-4.fc20.i686.rpm

POSTIN

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

POSTUN

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