summarylogtreecommitdiffstats
path: root/leagueoflegends.install
blob: 2d9d68a625eff0f834a79c9a2b9364b32188df8c (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
  echo 'To use leagueoflegends as a normal user, add user to the games group:'
  echo '# gpasswd -a $USER games'
  echo 'To make your session aware of this new group without having to log in again, you can use this command before launching leagueoflegends:'
  echo '$ newgrp games'
}

post_upgrade() {
  post_install
}