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 19 20:01:47 UTC 2012
[aur-mirror.git]
/
terminal-urgency
/
terminal.install
blob
1ed51588f2d0fe9096de6cfb71ff19a6a34109b5
1
post_install() {
2
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
3
echo ""
4
echo " ==> Make sure that you have installed vte-svn to make the patch"
5
echo " working."
6
echo ""
7
}
8
9
post_upgrade() {
10
post_install $1
11
}
12
13
post_remove() {
14
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
15
}
16
# :mode=shellscript: