Sophie

Sophie

distrib > Fedora > 18 > x86_64 > media > updates > by-pkgid > 91e1986df8b3a4352b5fe18e6f8927c9 > scriptlet

php-horde-Horde-Cache-2.2.0-2.fc18.noarch.rpm

POSTIN

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

POSTUN

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