Sophie

Sophie

distrib > Fedora > 18 > x86_64 > by-pkgid > 27e713cfc50b33b376568f1e3ced64bc > scriptlet

php-pear-Mail-Mime-1.8.8-1.fc18.noarch.rpm

POSTIN

/bin/sh
/usr/bin/pear install --nodeps --soft --force --register-only /var/lib/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