summarylogtreecommitdiffstats
path: root/fheroes2.sh
diff options
context:
space:
mode:
Diffstat (limited to 'fheroes2.sh')
-rw-r--r--fheroes2.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/fheroes2.sh b/fheroes2.sh
deleted file mode 100644
index c7ec7a92e55f..000000000000
--- a/fheroes2.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-
-CONFIG_DIR=~/.fheroes2
-
-mkdir -p $CONFIG_DIR/files/save
-cd $CONFIG_DIR || exit
-ln -sf /usr/share/fheroes2/* .
-exec ./fheroes2 $*