Sophie

Sophie

distrib > Fedora > 14 > i386 > media > os > by-pkgid > 6b22c7e57806339012a7f3866a50bb97 > scriptlet

php-pear-DB-DataObject-1.8.12-1.fc12.noarch.rpm

POSTIN

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

POSTUN

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