summaryrefslogtreecommitdiffstats
path: root/games/hatari_tos_roms/doinst.sh
blob: 5d2f30e94b487ecd3db4e365ca4da563c8d00795 (plain)
1
2
3
4
# 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