Sophie

Sophie

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

php-horde-Horde-Editor-2.0.4-3.fc20.noarch.rpm

POSTIN

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

POSTUN

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