summarylogtreecommitdiffstats
path: root/ankama-transition.install
blob: a9398c5c527270242e02a18558eeb2e6984fb915 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
post_install() {
  chgrp -R games /opt/ankama/transition
  chmod -R g+w /opt/ankama/transition
  cat <<END
The updater files are installed under group "games". Please add your user
to this group with "usermod -a -G games", otherwise you will need to
enter your password when the game auto-updates.
END
}

post_upgrade() {
  post_install
}