Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 6068006855a9824b9fdbdaf017b9ce8f > scriptlet

php-pecl-apc-3.1.9-1.fc14.i686.rpm

POSTIN

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

POSTUN

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