summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Swanson2015-08-24 14:09:15 -0700
committerMike Swanson2015-08-24 14:09:15 -0700
commitae8b92a36ae15ff3d98b8f2841e8da793fa270fd (patch)
tree36d510b80201ced80f2aa679462e388c400fcbdb
parent8a1a165a031d41f43051577035a99c0f6e55b526 (diff)
downloadaur-ae8b92a36ae15ff3d98b8f2841e8da793fa270fd.tar.gz
New post_install note, the engine can find files in two locations
-rw-r--r--chocolate-doom.install17
1 files changed, 11 insertions, 6 deletions
diff --git a/chocolate-doom.install b/chocolate-doom.install
index 5a701f56e333..df3903c319b7 100644
--- a/chocolate-doom.install
+++ b/chocolate-doom.install
@@ -1,8 +1,13 @@
post_install() {
- 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."
+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
}