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 Thu Jan 26 12:02:26 UTC 2012
[aur-mirror.git]
/
savage
/
savage.install
blob
5a709e71adef656bd7235292038d553db58fb3e7
1
2
post_install() {
3
echo ">>> In order to play Savage, add your user to the 'games' group."
4
echo ">>>"
5
echo ">>> # gpasswd -a USERNAME games"
6
echo ">>>"
7
echo ">>> Remember to logout and log back in for the changes to take effect."
8
}
9
10
post_upgrade() {
11
post_install $1
12
}
13
14
pre_remove() {
15
/bin/true
16
}
17
18
op=$1
19
shift
20
21
$op $*