Sophie

Sophie

distrib > Fedora > 20 > x86_64 > by-pkgid > 637a1a4169a2a862c975bbb76baa0468 > scriptlet

php-pecl-http-2.2.0-1.fc20.i686.rpm

POSTIN

/bin/sh
/usr/bin/pecl install --nodeps --soft --force --register-only --nobuild /var/lib/pear/pkgxml/php-pecl-http.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