Sophie

Sophie

distrib > Fedora > 14 > i386 > media > os > by-pkgid > 377a8b98109b5c73f3cb5818f0e94a22 > scriptlet

php-pear-Auth-SASL-1.0.4-1.fc13.noarch.rpm

POSTIN

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

POSTUN

/bin/sh
# if refcount = 0 then package has been removed (not upgraded)
if [ "$1" -eq "0" ]; then
    /usr/bin/pear uninstall --nodeps --ignore-errors --register-only  Auth_SASL >/dev/null || :
fi