summarylogtreecommitdiffstats
path: root/hheretic.install
diff options
context:
space:
mode:
Diffstat (limited to 'hheretic.install')
-rw-r--r--hheretic.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/hheretic.install b/hheretic.install
new file mode 100644
index 000000000000..eee5c2b43042
--- /dev/null
+++ b/hheretic.install
@@ -0,0 +1,11 @@
+
+post_install() {
+ echo "Put your heretic(1).wad (and additional wads) in '~/.hheretic'."
+ echo "You can put custom mp3/ogg music in '~/.hheretic/music', a recreated version"
+ echo "of the original sound track is available freely here:"
+ echo "http://sycraft.org/content/audio/heretic.shtml"
+}
+
+post_upgrade() {
+ post_install
+}