Sophie

Sophie

distrib > Fedora > 14 > i386 > media > os > by-pkgid > 9dd9478e0b73c5ca43dc3584eef8ea1f > scriptlet

php-ezc-SystemInformation-1.0.8-1.fc13.noarch.rpm

POSTIN

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

POSTUN

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