Sophie

Sophie

distrib > Fedora > 19 > i386 > by-pkgid > 351ce10ed4fcaa47487db074bdf38de4 > scriptlet

php-sabredav-Sabre_HTTP-1.7.11-1.fc19.noarch.rpm

POSTIN

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

POSTUN

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