From 25bfcdf5b3c4901efc46e24f10b2f28297056524 Mon Sep 17 00:00:00 2001 From: B. Watson Date: Sat, 21 Jul 2018 15:06:20 -0400 Subject: games/jfsw_demo_data: Add missing doinst.sh. Signed-off-by: B. Watson --- games/jfsw_demo_data/doinst.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 games/jfsw_demo_data/doinst.sh 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 -- cgit v1.2.3