File simutrans-check of Package simutrans
#!/bin/sh # # # starting script for Simutrans # # PAKVERSION has to be empty for manual selection GAMEDIR="/usr/share/games/simutrans" SIMUTRANS_DIR="$HOME/.simutrans" SIMUEXE="simutrans-bin" # Add mandantory flags below MAND_FLAGS=" " if [ ! -d $GAMEDIR/pak64 -o -d $GAMEDIR/pak128 ] ; then echo "Could not find valid PAK-set" exit 1 fi echo "You should never see this comment ..."