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]
/
kepas
/
kepas.install
blob
d7ea72289cbdcd87ea984c1a7a2723192f25627d
1
# created 02:44:20 - 20/08/09
2
3
post_install() {
4
cat << _EOF
5
Updating icon cache
6
_EOF
7
xdg-icon-resource forceupdate
8
}
9
10
post_upgrade() {
11
cat << _EOF
12
Updating icon cache
13
_EOF
14
xdg-icon-resource forceupdate
15
}
16
17
post_remove() {
18
cat << _EOF
19
Updating icon cache
20
_EOF
21
xdg-icon-resource forceupdate
22
}