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 16:09:46 UTC 2012
[aur-mirror.git]
/
lib32-catalyst-utils
/
lib32-catalyst-utils.install
blob
54ccd99df8c8c70f3d30b3ce2c88216a2fcff9f5
1
whisperer(){
2
echo "----------------------------------------------------------------"
3
echo "lib32-catalyst-utils works with [multilib] repository"
4
echo "----------------------------------------------------------------"
5
}
6
7
post_install() {
8
whisperer
9
}
10
11
post_upgrade() {
12
whisperer
13
}