slackbuilds_ponce/games/jfsw_demo_data/doinst.sh
B. Watson 25bfcdf5b3
games/jfsw_demo_data: Add missing doinst.sh.
Signed-off-by: B. Watson <yalhcru@gmail.com>
2018-07-28 08:51:51 +07:00

4 lines
148 B
Bash

# 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