#!/bin/bash
#
# display a list of packages containing the
# shared objects this package is linked against.
#

gar neededpkg | rev | cut -f4- -d- | rev

