Add few packages

This commit is contained in:
moparisthebest
2018-02-06 22:58:58 -05:00
parent 6d3d9c4434
commit aab7755bcb
9 changed files with 252 additions and 2 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
}