#! /bin/sh
if [ "`whoami`" != "root" ] ; then
	echo ""
	echo You are not root.
	echo Only the superuser can install a GateKeeper.
	exit 1
fi

#
#	save config files in app wrapper
#
cd ${2}
if ( test -r ./GateKeeper.app/modemInit ) ; then
	rm -f ./GateKeeper.app/modemInit
fi
	echo "pre install script complete"
exit 0
