Sophie

Sophie

distrib > Mageia > 8 > i586 > media > core-release > by-pkgid > d652d5ba20cacac216ee3831ed0141e6 > scriptlet

php-pear-MIME_Type-1.4.1-3.mga8.noarch.rpm

POSTIN

/bin/sh
pear install --nodeps --soft --force --register-only /var/lib/pear/MIME_Type.xml

POSTUN

/bin/sh
if [ "$1" -eq "0" ]; then
    pear uninstall --nodeps --ignore-errors --register-only pear.php.net/MIME_Type
fi