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]
/
amnesia-demo
/
amnesia-demo.install
blob
9b360908cca94c890850c1668f58c6e77d28c15f
1
post_install() {
2
echo ">>> In order to play Amnesia, add your user to the 'games' group."
3
echo ">>>"
4
echo ">>> # gpasswd -a USERNAME games"
5
echo ">>>"
6
echo ">>> Remember to logout and log back in for the changes to take effect."
7
echo ">>>"
8
echo ">>> Launch game w/ /usr/bin/amnesia"
9
}
10
11
post_upgrade() {
12
post_install $1
13
}
14