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 Tue Jan 17 20:03:13 UTC 2012
[aur-mirror.git]
/
kag
/
kag.install
blob
1b90bd8a036764848e2cad59e40cd17801589882
1
post_install() {
2
echo "Updating icon and desktop caches..."
3
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
4
update-desktop-database -q
5
echo "done."
6
}
7
8
post_upgrade() {
9
post_install
10
}
11
12
pre_remove() {
13
post_install
14
}