Sophie

Sophie

distrib > Fedora > 19 > i386 > by-pkgid > 7897ed8cfcd1283d4ce29e944b74790d > scriptlet

php-nrk-Predis-0.8.6-1.fc19.noarch.rpm

POSTIN

/bin/sh
/usr/bin/pear install --nodeps --soft --force --register-only \
    /var/lib/pear/pkgxml/php-nrk-Predis.xml >/dev/null || :

POSTUN

/bin/sh
if [ $1 -eq 0 ] ; then
    /usr/bin/pear uninstall --nodeps --ignore-errors --register-only \
        pear.nrk.io/Predis >/dev/null || :
fi