summarylogtreecommitdiffstats
path: root/chocolate-doom.install
diff options
context:
space:
mode:
Diffstat (limited to 'chocolate-doom.install')
-rw-r--r--chocolate-doom.install7
1 files changed, 6 insertions, 1 deletions
diff --git a/chocolate-doom.install b/chocolate-doom.install
index 0a95a48c7861..5a701f56e333 100644
--- a/chocolate-doom.install
+++ b/chocolate-doom.install
@@ -1,3 +1,8 @@
post_install() {
- echo "Copy any IWAD files to the global default /usr/share/games/doom"
+ echo "Install IWADs into /usr/share/games/doom or /usr/local/share/games/doom"
+ echo ""
+ echo "Files such as doom2.wad, heretic.wad, hexen.wad, strife1.wad"
+ echo "are IWADs appropriate for installation and usage with Chocolate"
+ echo "engines. These must be lower-case file names unless using a"
+ echo "case-insensitive file system."
}