Sophie

Sophie

distrib > Fedora > 18 > x86_64 > by-pkgid > aae56e22f6c2f2604197088327f95c05 > scriptlet

php-horde-Horde-Image-2.0.4-1.fc18.noarch.rpm

POSTIN

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

POSTUN

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