summarylogtreecommitdiffstats
path: root/dungeon-keeper-gold-gog.install
diff options
context:
space:
mode:
authorConstantin Nickel2016-11-20 00:26:46 +0100
committerConstantin Nickel2016-11-20 00:26:46 +0100
commit296cc5ebffa638520eecf65c6bae9f9a15f5d24d (patch)
treec0c204fc6c94921229a4bc0b41034ed997c47a8e /dungeon-keeper-gold-gog.install
downloadaur-296cc5ebffa638520eecf65c6bae9f9a15f5d24d.tar.gz
initial commit
Diffstat (limited to 'dungeon-keeper-gold-gog.install')
-rw-r--r--dungeon-keeper-gold-gog.install16
1 files changed, 16 insertions, 0 deletions
diff --git a/dungeon-keeper-gold-gog.install b/dungeon-keeper-gold-gog.install
new file mode 100644
index 000000000000..c3fe29fd6861
--- /dev/null
+++ b/dungeon-keeper-gold-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/dungeon-keeper-gold/fix-permissions.sh [group]"
+ echo ""
+ echo "Unionfs:"
+ echo 'LOWER_DIR=/opt/dungeon-keeper-gold'
+ echo 'UPPER_DIR=$HOME/.gog/dungeon-keeper-gold/config'
+ echo 'UNION_DIR=$HOME/.gog/dungeon-keeper-gold/game'
+}
+
+post_upgrade() {
+ post_install
+}