summarylogtreecommitdiffstats
path: root/chocolate-doom.install
blob: df3903c319b7f2d4e0c285a0c442dd6d7ca90539 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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.
These must be lower-case file names, unless on a case-insensitive
file system.
EOF
}