Add chocolate-doom-git

This commit is contained in:
moparisthebest
2018-12-22 19:18:19 -05:00
parent 89b88c475d
commit dac9b3128c
3 changed files with 156 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
post_install() {
cat <<EOF
To install game data (*.wad files), there are two main locations for
the engine to easily find them:
* For all users: /usr/share/games/doom
* For a single user: ~/.local/share/games/doom
Files such as doom2.wad, heretic.wad, hexen.wad, and strife1.wad are
appropriate for installation and usage with Chocolate engines.
EOF
}