Sophie

Sophie

distrib > Fedora > 20 > x86_64 > by-pkgid > 397dd7edf5ca32b7baaa08a87b2d869d > scriptlet

php-horde-Horde-Translation-2.2.0-1.fc20.noarch.rpm

POSTIN

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

POSTUN

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