Sophie

Sophie

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

php-pear-MDB2-Schema-0.8.5-1.fc14.noarch.rpm

POSTIN

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

POSTUN

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