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