#!/bin/sh

set -e

TCLVERSION=
cd /usr/lib/tcl$TCLVERSION
echo "pkg_mkIndex -lazy -verbose . gpsmanshp.so" | tclsh$TCLVERSION 2>&1 > /dev/null

