#! /bin/sh
if [ $# -eq 0 ]; then
echo "usage: ${0##*/} [-bcimSs] [-l limit] pattern ..."
exit 1
fi
exec /usr/bin/locate -d ${TRUEPREFIX}/share/pkglocatedb "$@"