Sophie

Sophie

distrib > Fedora > 20 > i386 > by-pkgid > ab49b85db9ed5dc37f0fc8d96f3dd447 > scriptlet

php-horde-Horde-Service-Gravatar-1.0.0-1.fc20.noarch.rpm

POSTIN

/bin/sh
/usr/bin/pear install --nodeps --soft --force --register-only \
    /var/lib/pear/pkgxml/php-horde-Horde-Service-Gravatar.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_Gravatar >/dev/null || :
fi