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 Mon Jan 23 16:10:15 UTC 2012
[aur-mirror.git]
/
hybris-git
/
hybris.install
blob
d97b89b5877160fa6f146b16a57edeb748c12ab6
1
post_install ()
2
{
3
echo -e "\e[32m==>\e[0m Updating ld cache"
4
ldconfig
5
}
6
7
post_remove ()
8
{
9
echo -e "\e[32m==>\e[0m Updating ld cache"
10
ldconfig
11
}