summarylogtreecommitdiffstats
path: root/puzsion.install
blob: 6045b031e8290ff80e2da1756b08914a02da9b34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
post_install() {
  chmod 775 /usr/share/puzsion
  chgrp games /usr/share/puzsion
  chgrp games /usr/share/puzsion/files
  chgrp games /usr/share/puzsion/files/*

  echo "Add user to group games to make the game playable. Please note that this application is not multiuser friendly."
  /bin/true
}

post_upgrade() {
/bin/true
}

pre_remove() {
/bin/true
}

op=$1
shift

$op "$@"