summarylogtreecommitdiffstats
path: root/yorg.install
blob: 98d8beca4f7ea809229570b65b78cb34d3c94e43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
post_install() {
  chgrp games /usr/share/games/yorg/options.json
  chmod g+w /usr/share/games/yorg/options.json
  echo "Add user to group games to be able to run yorg."
  /bin/true
}

post_upgrade() {
/bin/true
}

pre_remove() {
/bin/true
}

op=$1
shift

$op "$@"