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 Sun Jan 15 04:04:02 UTC 2012
[aur-mirror.git]
/
racer
/
racer.install
blob
62a6fda1443db93edcbea5c039fe4ebf164e1e65
1
post_install() {
2
/bin/true
3
}
4
5
post_upgrade() {
6
echo "-- Group games membership is no more a requirement for configuration saving. Configuration is now saved into ~/.racer --"
7
/bin/true
8
}
9
10
pre_remove() {
11
/bin/true
12
}
13
14
op=$1
15
shift
16
17
$op "$@"