Sophie

Sophie

distrib > Fedora > 13 > x86_64 > by-pkgid > f4e6c85b5f2d5b9dc81bf0dbfcf9c622 > scriptlet

php-ezc-AuthenticationDatabaseTiein-1.1-1.fc12.noarch.rpm

POSTIN

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

POSTUN

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