summarylogtreecommitdiffstats
path: root/hexen2.install
diff options
context:
space:
mode:
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 $*