summarylogtreecommitdiffstats
path: root/battle-isle-gog.install
diff options
context:
space:
mode:
Diffstat (limited to 'battle-isle-gog.install')
-rw-r--r--battle-isle-gog.install16
1 files changed, 16 insertions, 0 deletions
diff --git a/battle-isle-gog.install b/battle-isle-gog.install
new file mode 100644
index 000000000000..6ac45dda20b9
--- /dev/null
+++ b/battle-isle-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/battle-isle/fix-permissions.sh [group]"
+ echo ""
+ echo "Unionfs:"
+ echo 'LOWER_DIR=/opt/battle-isle'
+ echo 'UPPER_DIR=$HOME/.gog/battle-isle/config'
+ echo 'UNION_DIR=$HOME/.gog/battle-isle/game'
+}
+
+post_upgrade() {
+ post_install
+}