Sophie

Sophie

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

ezcomponents-Template-1.4.2-3.mga3.noarch.rpm

POSTIN

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

POSTUN

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