Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 2d95223cfdb23f4cc5ab8469d38a0496 > scriptlet

php-ezc-EventLog-1.4-2.fc12.noarch.rpm

POSTIN

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

POSTUN

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