Sophie

Sophie

distrib > Fedora > 14 > i386 > media > os > by-pkgid > 307331c41287fa9c68f2bf87116e5102 > scriptlet

php-pear-MDB2-Driver-pgsql-1.4.1-3.fc12.noarch.rpm

POSTIN

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

POSTUN

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