blob: 7baa22c38038d75c0cdfd25395243c0196c6d3b4 (
plain)
1
2
3
4
|
post_install() {
echo ">>> Run game with 'bstone --data_dir <path_to_game_data>"
echo ">>> See https://github.com/bibendovsky/bstone#11---command-line-options for list of available command line switches."
}
|