Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 895e8f0b60ed069a7a20bf56f51de288 > scriptlet

php-pecl-memcache-3.0.4-3.fc12.i686.rpm

POSTIN

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

POSTUN

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