File gods-deluxe-wrapper.sh of Package gods-deluxe
#!/bin/sh # source the jpackage helpers VERBOSE=1 . /usr/share/java-utils/java-functions # set JAVA_* environment variables set_javacmd check_java_env set_jvm_dirs set_options -DGODS_ASSETS_DIR=/usr/share/gods-deluxe -DGODS_DATA_DIR=$HOME/.local/share/gods-deluxe CLASSPATH=`build-classpath gods-deluxe` MAIN_CLASS="gods.game.GodsGame" run