Sophie

Sophie

distrib > Fedora > 14 > i386 > media > os > by-pkgid > c47affd5da38668e4f881ecde96ee2f7 > scriptlet

php-pecl-apc-3.1.4-2.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