Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 4e3f4b48332e6fc4bd4e9cba7086bbe3 > scriptlet

php-ezc-Configuration-1.3.5-1.fc13.noarch.rpm

POSTIN

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

POSTUN

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