summarylogtreecommitdiffstats
path: root/hheretic.install
diff options
context:
space:
mode:
authorCarsten Teibes2014-01-22 06:45:07 +0100
committerCarsten Teibes2014-01-22 06:45:07 +0100
commitc742574e03d0ba135e7fa72751651d046a74bf80 (patch)
tree7a8e9e361702c7111347155440ac5eb979507684 /hheretic.install
downloadaur-c742574e03d0ba135e7fa72751651d046a74bf80.tar.gz
[add] hhretic 0.2.3
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
+}