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 Sat Jan 21 12:00:39 UTC 2012
[aur-mirror.git]
/
midori-git
/
midori.install
blob
ef816a666684370923a0bd1ec96bb18d5e28f7c6
1
post_upgrade() {
2
gtk-update-icon-cache -q -f -t /usr/share/icons/hicolor
3
update-desktop-database -q
4
}
5
6
post_install() {
7
post_upgrade
8
}
9
10
post_remove() {
11
post_upgrade
12
}
13
14
# vim:set ts=2 sw=2 et: