summarylogtreecommitdiffstats
path: root/megamek.sh
diff options
context:
space:
mode:
Diffstat (limited to 'megamek.sh')
-rw-r--r--megamek.sh19
1 files changed, 0 insertions, 19 deletions
diff --git a/megamek.sh b/megamek.sh
deleted file mode 100644
index 6f5c20a1b887..000000000000
--- a/megamek.sh
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/usr/bin/env bash
-
-conf=$HOME/.config/mekhq
-
-if [[ -n "$XGD_CONFIG_HOME" ]]
-then
- conf="$XDG_CONFIG_HOME/mekhq"
-fi
-
-if [[ ! -d "$conf" ]]
-then
- mkdir -p "$conf"
-fi
-
-rsync -avc /usr/lib/mekhq/ "$conf/"
-
-cd "$conf"
-
-exec env MEGAMEK_CONFPATH="$conf" "$conf/mm-startup"