summarylogtreecommitdiffstats
path: root/albion-online-launcher-bin.install
blob: 904a84c3541e952529de1828e13c7b020e6141e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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"
}