#!/bin/sh
START="^[^= ]*"
TRIM="s{[= ].*}{}"
PKGDB=/var/sadm/install/contents
grep "$START$1" $PKGDB|perl -p -e "$TRIM"
