Sophie

Sophie

distrib > Fedora > 20 > x86_64 > by-pkgid > 6ad9cf7fb4f78245f223cda8f8af707a > scriptlet

php-pecl-rrd-1.1.3-1.fc20.x86_64.rpm

POSTIN

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

POSTUN

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