#!/bin/sh
#
#  This script is designed to update the tag index which gnump3d
# uses as a database.
#
#  This script runs once a day - more frequent updates may be
# required if the archive is constantly updated.
#
# Steve
# ---
# <skx@debian.org>
#
test -x /usr/bin/gnump3d-index|| exit 0


# Command line arguments to add to the invocation.
#
ARGS=



#  Run the actual script.
#
/usr/bin/gnump3d-index $ARGS
