summarylogtreecommitdiffstats
path: root/savage2.install
diff options
context:
space:
mode:
Diffstat (limited to 'savage2.install')
-rw-r--r--savage2.install6
1 files changed, 6 insertions, 0 deletions
diff --git a/savage2.install b/savage2.install
index c17c61b3c273..64b9ce1f917b 100644
--- a/savage2.install
+++ b/savage2.install
@@ -2,6 +2,12 @@ post_install() {
# Update runpath
cd /opt/savage2
./savage2_update.bin --update-runpath
+
+ echo "==> To disable automatic updates (they do not work), run the game once, then open"
+ echo "==> ~/.savage2/game/startup.cfg and change the following line:"
+ echo '==> SetSave upd_checkForUpdates "true"'
+ echo "==> to:"
+ echo '==> SetSave upd_checkForUpdates "false"'
}
post_upgrade() {