summarylogtreecommitdiffstats
path: root/dofus-beta.install
blob: 5d625724e335b4c574b6bec2e2381c2e78bf4bf0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
post_install() {
  chgrp -R games /opt/ankama/dofus-beta
  chmod -R g+w /opt/ankama/dofus-beta
  touch /opt/ankama/dofus-beta/share/log4as.xml
  chmod 666 /opt/ankama/dofus-beta/share/log4as.xml
  cat <<END
The game 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
}