Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 5c1a7a701bcecd903cdc0ccc38292be5 > scriptlet

php-pear-MDB2-Driver-mysql-1.5.0-0.1.b3.fc14.noarch.rpm

POSTIN

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

POSTUN

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