Sophie

Sophie

distrib > Fedora > 18 > x86_64 > by-pkgid > 1a3bf5637ae4c0c5ba025387367cd468 > scriptlet

php-pecl-apcu-4.0.2-2.fc18.x86_64.rpm

POSTIN

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

POSTUN

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