Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > f2f4795785d74677f3f333c1e5b640f4 > scriptlet

php-pecl-rrd-1.0.3-1.fc14.i686.rpm

POSTIN

/bin/sh
/usr/bin/pecl install --nodeps --soft --force --register-only --nobuild /usr/share/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