projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c637e13
)
net-im/kadu: Add missing update of icon cache in postrm for lesser DEs, bug 630464
author
Maciej Mrozowski
<reavertm@gentoo.org>
Sat, 4 Nov 2017 03:24:29 +0000
(
04:24
+0100)
committer
Maciej Mrozowski
<reavertm@gentoo.org>
Sat, 4 Nov 2017 03:24:55 +0000
(
04:24
+0100)
net-im/kadu/kadu-4.3-r1.ebuild
patch
|
blob
|
history
diff --git
a/net-im/kadu/kadu-4.3-r1.ebuild
b/net-im/kadu/kadu-4.3-r1.ebuild
index b33c0729b45441098a832fc0f6a547869f3dffae..64b44fa43c1a6ca602701e75bb40fed8a3316656 100644
(file)
--- a/
net-im/kadu/kadu-4.3-r1.ebuild
+++ b/
net-im/kadu/kadu-4.3-r1.ebuild
@@
-137,3
+137,7
@@
src_configure() {
pkg_postinst() {
gnome2_icon_cache_update
}
+
+pkg_postrm() {
+ gnome2_icon_cache_update
+}