Sophie

Sophie

distrib > Fedora > 19 > i386 > by-pkgid > 4abdd4f6edd846e09f42a3e004ba5b8a > scriptlet

php-horde-Horde-Injector-2.0.2-1.fc19.noarch.rpm

POSTIN

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

POSTUN

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