updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / asciisec / asciisec.install
blob04714ec4ab3293199257cf67c7a81e9a05440e3c
1 post_install() {
2   grpfiles=("/usr/share/asciisec/log.txt" "/usr/share/asciisec/data/options.txt")
3   touch ${grpfiles[@]}
4   chgrp games ${grpfiles[@]}
5   chmod 664 ${grpfiles[@]}
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 "$@"