Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 6928b932544f8ad8576e48ccb7f9607c > scriptlet

php-pear-Payment-Process-0.6.6-3.fc12.noarch.rpm

POSTIN

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

POSTUN

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