updated on Tue Jan 10 12:02:00 UTC 2012
[aur-mirror.git] / puzsion / puzsion.install
blob6045b031e8290ff80e2da1756b08914a02da9b34
1 post_install() {
2   chmod 775 /usr/share/puzsion
3   chgrp games /usr/share/puzsion
4   chgrp games /usr/share/puzsion/files
5   chgrp games /usr/share/puzsion/files/*
7   echo "Add user to group games to make the game playable. Please note that this application is not multiuser friendly."
8   /bin/true
11 post_upgrade() {
12 /bin/true
15 pre_remove() {
16 /bin/true
19 op=$1
20 shift
22 $op "$@"