Sophie

Sophie

distrib > Fedora > 13 > i386 > by-pkgid > 0e2febb69aaddbc82be2fc1723433de9 > scriptlet

php-ezc-Webdav-1.1.4-1.fc13.noarch.rpm

POSTIN

/bin/sh
/usr/bin/pear install --nodeps --soft --force --register-only \
    /usr/share/pear/.pkgxml/php-ezc-Webdav.xml >/dev/null || :

POSTUN

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