summarylogtreecommitdiffstats
path: root/leagueoflegends.install
diff options
context:
space:
mode:
Diffstat (limited to 'leagueoflegends.install')
-rw-r--r--leagueoflegends.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/leagueoflegends.install b/leagueoflegends.install
new file mode 100644
index 000000000000..2d9d68a625ef
--- /dev/null
+++ b/leagueoflegends.install
@@ -0,0 +1,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
+}
+