summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--games/jfsw_demo_data/doinst.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/games/jfsw_demo_data/doinst.sh b/games/jfsw_demo_data/doinst.sh
new file mode 100644
index 0000000000..6116872188
--- /dev/null
+++ b/games/jfsw_demo_data/doinst.sh
@@ -0,0 +1,4 @@
+# If there's no sw.grp link, take over:
+if [ ! -r usr/share/games/jfsw/sw.grp ]; then
+ ( cd usr/share/games/jfsw/ ; ln -sf sw_demo.grp sw.grp )
+fi