Sophie

Sophie

distrib > Fedora > 20 > x86_64 > by-pkgid > fd9e08f494107b34dfcd0e10c822a3d4 > scriptlet

php-pecl-redis-2.2.7-1.fc20.x86_64.rpm

POSTIN

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

POSTUN

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