games/jfsw_demo_data: Add missing doinst.sh.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2018-07-21 15:06:20 -04:00 committed by Willy Sudiarto Raharjo
parent dfb41ffb5d
commit 25bfcdf5b3
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
1 changed files with 4 additions and 0 deletions

View File

@ -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