Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > b49acbf344198550511a5a10987e291b > scriptlet

php-pear-Mail-mimeDecode-1.5.4-1.fc14.noarch.rpm

POSTIN

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