Sophie

Sophie

distrib > Mageia > 3 > i586 > by-pkgid > ec8eac007cfa05ef8ad45a39a3e5b0ad > scriptlet

ezcomponents-File-1.2-2.mga3.noarch.rpm

POSTIN

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

POSTUN

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