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 Sat Jan 14 12:12:45 UTC 2012
[aur-mirror.git]
/
hotpotatoonline
/
hotpotatoonline.install
blob
405ea4dc35e0173336328535f324a9bdfd8c09c4
1
2
post_install() {
3
cat << EOF
4
==>
5
==> To be able to save configs,
6
==> add your user to the games group:
7
==>
8
==> # gpasswd -a USERNAME games
9
==>
10
EOF
11
}
12
13
post_upgrade() {
14
post_install
15
}
16
17
op=$1
18
shift
19
$op $*