Sophie

Sophie

distrib > Fedora > 20 > x86_64 > by-pkgid > cd66b7504aa5df2d7b25b6b4fea09a19 > scriptlet

php-pear-Mail-Mime-1.8.9-1.fc20.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