openbsd-ports/databases/pkglocatedb/files/pkglocate

9 lines
164 B
Plaintext
Raw Normal View History

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