Sophie

Sophie

distrib > Mageia > 2 > i586 > by-pkgid > 883733823d6cff8395fc4876c4c33e9d > scriptlet

ezcomponents-Database-1.4.7-1.mga2.noarch.rpm

POSTIN

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

POSTUN

/bin/sh
if [ "$1" -eq "0" ]; then
    pear uninstall --nodeps --ignore-errors --register-only components.ez.no/Database
fi