summarylogtreecommitdiffstats
path: root/trackballs.install
blob: 077709f0073619e30df1c19969ab98b4e861a5ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
post_install() {
  chgrp games /usr/share/trackballs/highScores

  echo "Add user to group games so that game highscore could be saved."
  /bin/true
}

post_upgrade() {
/bin/true
}

pre_remove() {
/bin/true
}

op=$1
shift

$op "$@"