Sophie

Sophie

distrib > Fedora > 20 > x86_64 > by-pkgid > 113c84c64544b93f8ddc69b9eebc385c > scriptlet

php-horde-Horde-Rpc-2.1.3-1.fc20.noarch.rpm

POSTIN

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

POSTUN

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