Sophie

Sophie

distrib > Fedora > 14 > i386 > media > os > by-pkgid > 7e4558ef0e592742af1cd1d18f3c5937 > scriptlet

php-pear-Mail-Mime-1.8.0-1.fc14.noarch.rpm

POSTIN

/bin/sh
/usr/bin/pear install --nodeps --soft --force --register-only /usr/share/pear/.pkgxml/php-pear-Mail-Mime.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 Mail_Mime >/dev/null ||:
fi