Sophie

Sophie

distrib > Fedora > 20 > x86_64 > by-pkgid > 9d9a7902b2803c3e0692e0daf2d92a0a > scriptlet

php-horde-Horde-Dav-1.1.1-1.fc20.noarch.rpm

POSTIN

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

POSTUN

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