summarylogtreecommitdiffstats
path: root/opendune.sh
diff options
context:
space:
mode:
Diffstat (limited to 'opendune.sh')
-rw-r--r--opendune.sh25
1 files changed, 0 insertions, 25 deletions
diff --git a/opendune.sh b/opendune.sh
deleted file mode 100644
index 00b9f9ecb76e..000000000000
--- a/opendune.sh
+++ /dev/null
@@ -1,25 +0,0 @@
-#!/bin/sh
-#
-# OpenDUNE launcher // carstene1ns 2013
-#
-# Does some juggling with the data files and path
-
-[ ! -d $HOME/.opendune/data ] && mkdir -p $HOME/.opendune/data
-
-if [ ! -f $HOME/.opendune/data/put_dune2_here.cfg ]; then
-
- cp /opt/opendune/data/put_dune2_here.txt $HOME/.opendune/data/
-
-fi
-
-if [ -f $HOME/.opendune/data/dune.pak ]; then
-
- cd $HOME/.opendune
- /opt/opendune/opendune "$@"
- cd - &>/dev/null
-
-else
-
- echo "Please place Dune II data files in \"~/.opendune/data\"."
-
-fi