Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > 3af27e8a1d3c323173999fdcdc532b37 > scriptlet

php-horde-Horde-Nls-2.0.3-1.fc18.noarch.rpm

POSTIN

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

POSTUN

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