projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7996cd0
)
dev-java/icedtea: Don't forget to call the java-vm-2 post functions
author
James Le Cuirot
<chewi@gentoo.org>
Sun, 8 Apr 2018 18:58:43 +0000
(19:58 +0100)
committer
James Le Cuirot
<chewi@gentoo.org>
Sun, 8 Apr 2018 18:58:43 +0000
(19:58 +0100)
Package-Manager: Portage-2.3.28, Repoman-2.3.9
dev-java/icedtea/icedtea-3.7.0.ebuild
patch
|
blob
|
history
diff --git
a/dev-java/icedtea/icedtea-3.7.0.ebuild
b/dev-java/icedtea/icedtea-3.7.0.ebuild
index c5d033539c71ea4219eb5888f14d66a48dd971a9..f65c310d3fa939945c5c6a96c592699c209ab5cc 100644
(file)
--- a/
dev-java/icedtea/icedtea-3.7.0.ebuild
+++ b/
dev-java/icedtea/icedtea-3.7.0.ebuild
@@
-421,5
+421,12
@@
pkg_preinst() {
gnome2_icon_savelist
}
-pkg_postinst() { gnome2_icon_cache_update; }
-pkg_postrm() { gnome2_icon_cache_update; }
+pkg_postinst() {
+ gnome2_icon_cache_update
+ java-vm-2_pkg_postinst
+}
+
+pkg_postrm() {
+ gnome2_icon_cache_update
+ java-vm-2_pkg_postrm
+}