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