Sophie

Sophie

distrib > Fedora > 13 > x86_64 > by-pkgid > a99bdeb09d0c7c923881941421e963a8 > scriptlet

php-pear-XML-Parser-1.3.2-3.fc12.noarch.rpm

POSTIN

/bin/sh
/usr/bin/pear install --nodeps --soft --force --register-only /usr/share/pear/.pkgxml/XML_Parser.xml >/dev/null || :

POSTUN

/bin/sh
if [ "$1" -eq "0" ]; then
    /usr/bin/pear uninstall --nodeps --ignore-errors --register-only XML_Parser >/dev/null || :
fi