#!/bin/sh

set -e

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

