Sophie

Sophie

distrib > Fedora > 14 > i386 > media > os > by-pkgid > 899b825dbda660cd4ad15a527090acae > scriptlet

php-pecl-memcached-1.0.2-1.fc14.i686.rpm

POSTIN

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

POSTUN

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