Sophie

Sophie

distrib > Mageia > 3 > i586 > by-pkgid > 5698e9d68d568d8d1cbe7b8e9339e949 > scriptlet

php-pear-File_CSV-1.0.0-2.mga3.noarch.rpm

POSTIN

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

POSTUN

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