summarylogtreecommitdiffstats
path: root/hexen2.install
diff options
context:
space:
mode:
authorCarsten Teibes2018-05-11 23:09:23 +0200
committerCarsten Teibes2018-05-11 23:09:23 +0200
commit72cee34a851766619407abe0a58f83c2ba3b5b16 (patch)
tree600a3d5550c6697329272fe1a124d1c13303f89b /hexen2.install
parent2f20cece2a5ecec9cfa59a4d2bde65bcf0b8e52f (diff)
downloadaur-72cee34a851766619407abe0a58f83c2ba3b5b16.tar.gz
[fix] Revive and cleanup (u)hexen2 package
(See FS#53956)
Diffstat (limited to 'hexen2.install')
-rw-r--r--[-rwxr-xr-x]hexen2.install21
1 files changed, 5 insertions, 16 deletions
diff --git a/hexen2.install b/hexen2.install
index 530607b065db..9ec3d1574c39 100755..100644
--- a/hexen2.install
+++ b/hexen2.install
@@ -1,23 +1,12 @@
-post_install() {
-cat << EOF
->>> You'll need the original Hexen II data files from either
->>> the demo, retail Version or Portal of Praevus add-on
->>> Copy the needed .pak files to /opt/hexen2/data1 and if necessary
->>> patch them with the launcher
+post_install() {
+ echo "You will need the original Hexen II data files from either the demo,"
+ echo " retail version or "Portal of Praevus" add-on."
->>> NOTE: Filenames must be lowercase!
->>> WARNING WARNING WARNING WARNING WARNING
->>> This new version no longer looks for data games in ~/.hexen2/data1
->>> The *.pak files must be moved to /opt/hexen2/data1
-EOF
+ echo "Copy the needed .pak files with lowercase file names to '~/.hexen2/data1'"
+ echo " and patch them with 'h2patch', if needed."
}
post_upgrade() {
post_install $1
}
-
-op=$1
-shift
-
-$op $*