initial import
This commit is contained in:
15
crispy-doom/crispy-doom.install
Normal file
15
crispy-doom/crispy-doom.install
Normal file
@@ -0,0 +1,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
|
||||
}
|
||||
Reference in New Issue
Block a user