summarylogtreecommitdiffstats
path: root/lander-curses-git.install
blob: 4bf0b1bdf673685401f96e4a1e87f4fbd3f02d22 (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/lander/lander.hs
  chmod g+w /usr/share/lander/lander.hs

  echo "Add user to group games to be able to save highscores"
  /bin/true
}

post_upgrade() {
/bin/true
}

pre_remove() {
/bin/true
}

op=$1
shift

$op "$@"