summarylogtreecommitdiffstats
path: root/jagged-alliance-gog.install
diff options
context:
space:
mode:
Diffstat (limited to 'jagged-alliance-gog.install')
-rw-r--r--jagged-alliance-gog.install16
1 files changed, 16 insertions, 0 deletions
diff --git a/jagged-alliance-gog.install b/jagged-alliance-gog.install
new file mode 100644
index 000000000000..11eff20c9fd0
--- /dev/null
+++ b/jagged-alliance-gog.install
@@ -0,0 +1,16 @@
+post_install() {
+ echo "In order to save or change settings you have to use the fix-permissions.sh"
+ echo "script or install 'unionfs-fuse' to get the game folder mounted in your home dir."
+ echo ""
+ echo "Fix permissions: The default group is 'games'"
+ echo "/opt/jagged-alliance/fix-permissions.sh [group]"
+ echo ""
+ echo "Unionfs:"
+ echo 'LOWER_DIR=/opt/jagged-alliance'
+ echo 'UPPER_DIR=$HOME/.gog/jagged-alliance/config'
+ echo 'UNION_DIR=$HOME/.gog/jagged-alliance/game'
+}
+
+post_upgrade() {
+ post_install
+}