Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 0a47f2057d48a78f538f9a4602e587af > scriptlet

php-pear-Mail-Mime-1.8.2-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