summarylogtreecommitdiffstats
path: root/powermanga.install
blob: ce6f3722b1b9f7368cd1b9fe6e90b919f5953e27 (plain)
1
2
3
4
5
6
7
8
9

post_install() {
  echo ">> In order to save your score, add your user to the 'games' group:"
  echo ">> $ gpasswd -a $USER games"
}

post_upgrade() {
  post_install
}