Sophie

Sophie

distrib > Fedora > 14 > i386 > media > os > by-pkgid > 6f729790553564af57c5ed43405351bc > scriptlet

php-ezc-EventLogDatabaseTiein-1.0.2-1.fc13.noarch.rpm

POSTIN

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

POSTUN

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