Sophie

Sophie

distrib > Fedora > 20 > x86_64 > by-pkgid > 0f236adf2f8d8f8d9f7fa5fbaa5d7b89 > scriptlet

php-horde-Horde-Service-Weather-2.1.6-1.fc20.noarch.rpm

POSTIN

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

POSTUN

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