#!/bin/sh

if [[ -e /usr/local/share/opentyrian/palette.dat ]]; then
	cd /usr/local/share/opentyrian && ./opentyrian $@
else
	echo "The datafiles aren't installed. Please follow the instructions:"
	echo "/usr/local/share/doc/pkg-readmes/opentyrian-2.1.20130907"
fi
