Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > cec8a9e7fae9e9a9d2980711390ca0ec > scriptlet

php-horde-Horde-Data-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-Data.xml >/dev/null || :

POSTUN

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