summarylogtreecommitdiffstats
path: root/crispy-doom.install
blob: 088574e90d56ee033537c82a85a067d063ee4d7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 doom.wad, doom2.wad, tnt.wad, plutonia.wad are
appropriate for installation and usage with Crispy Doom.

In order to allow co-existence with Chocolate Doom, the following
manual page has been removed: default.cfg
It is identical to and are available in the Chocolate Doom packages instead.
EOF
}