slackbuilds_ponce/games/hatari_tos_roms/doinst.sh
B. Watson 4ee8ba718a games/hatari_tos_roms: Updated for version 20140825.
Include TOS 1.04 images, simplify script

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
2014-08-30 14:22:21 +07:00

4 lines
167 B
Bash

# If there's no tos.img symlink, take over with "rainbow TOS"
if [ ! -r usr/share/hatari/tos.img ]; then
( cd usr/share/hatari ; ln -sf tos-1.04-uk.img tos.img )
fi