commit: bae4196b731fe07dc5567ea75ca93496261c2f57
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 12 08:53:21 2017 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Tue Dec 12 08:53:36 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bae4196b
net-analyzer/wireshark: Call xdg_desktop_database_update() by Garri (bug
#640522).
Package-Manager: Portage-2.3.18, Repoman-2.3.6
net-analyzer/wireshark/wireshark-99999999.ebuild | 2 ++
1 file changed, 2 insertions(+)
diff --git a/net-analyzer/wireshark/wireshark-99999999.ebuild
b/net-analyzer/wireshark/wireshark-99999999.ebuild
index f8b854c9dc0..a011c0ef028 100644
--- a/net-analyzer/wireshark/wireshark-99999999.ebuild
+++ b/net-analyzer/wireshark/wireshark-99999999.ebuild
@@ -265,6 +265,7 @@ src_install() {
pkg_postinst() {
gnome2_icon_cache_update
+ xdg_desktop_database_update
xdg_mimeinfo_database_update
# Add group for users allowed to sniff.
@@ -283,5 +284,6 @@ pkg_postinst() {
pkg_postrm() {
gnome2_icon_cache_update
+ xdg_desktop_database_update
xdg_mimeinfo_database_update
}