#!/bin/sh
# this is a legacy package, so we need to find it frst
id=`/usr/lib/openoffice/program/unopkg list --shared | grep Identifier:.*postgresql-sdbc | cut -d":" -f2`
/usr/lib/openoffice/program/unopkg list --shared $id >&3
