repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git]
/
tamagotchi_boxing
/
tamagotchi_boxing.install
blob
13875d67b18bfa5d099717ae0d18f9b7b82cc5e9
1
post_install() {
2
chgrp games /usr/share/tamagotchi_boxing
3
chmod 675 /usr/share/tamagotchi_boxing
4
5
echo "Add user to group games to enable game saving. Please note that this application is not multiuser friendly."
6
/bin/true
7
}
8
9
post_upgrade() {
10
/bin/true
11
}
12
13
pre_remove() {
14
/bin/true
15
}
16
17
op=$1
18
shift
19
20
$op "$@"