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