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]
/
flashget
/
wxflashget.install
blob
2c463f362b185453ea41e7d67e1641e1e228f106
1
post_install() {
2
gtk-update-icon-cache -f -q /usr/share/icons/hicolor
3
update-desktop-database -q
4
5
}
6
7
8
post_remove() {
9
update-desktop-database -q
10
gtk-update-icon-cache -f -q /usr/share/icons/hicolor
11
}
12
13
14
post_upgrade() {
15
post_install
16
}