summarylogtreecommitdiffstats
path: root/albion-online-launcher-bin.install
diff options
context:
space:
mode:
Diffstat (limited to 'albion-online-launcher-bin.install')
-rw-r--r--albion-online-launcher-bin.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/albion-online-launcher-bin.install b/albion-online-launcher-bin.install
new file mode 100644
index 000000000000..904a84c3541e
--- /dev/null
+++ b/albion-online-launcher-bin.install
@@ -0,0 +1,14 @@
+post_install() {
+ post_upgrade
+}
+
+post_upgrade() {
+ groupadd -r albion &> /dev/null
+
+ cat << "EOM"
+==> If you'd like to allow the launcher to update the game client, add your user to the albion group
+EOM
+
+ chgrp -R albion "/opt/albion-online-launcher-bin/game_x64"
+ chgrp -R albion "/opt/albion-online-launcher-bin/staging_x64"
+}