mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
25bfcdf5b3
Signed-off-by: B. Watson <yalhcru@gmail.com>
4 lines
148 B
Bash
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
|