arch-ppa/src/crispy-doom/crispy-doom.install

16 lines
527 B
Plaintext
Raw Normal View History

2018-12-23 11:27:41 -05:00
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
2019-07-27 10:40:51 -04:00
Files such as doom.wad, doom2.wad, tnt.wad, plutonia.wad are
appropriate for installation and usage with Crispy Doom.
2018-12-23 11:27:41 -05:00
In order to allow co-existence with Chocolate Doom, the following
2019-07-27 10:40:51 -04:00
manual page has been removed: default.cfg
It is identical to and are available in the Chocolate Doom packages instead.
2018-12-23 11:27:41 -05:00
EOF
}