diff options
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/wireshark/wireshark-2.4.1-r2.ebuild (renamed from net-analyzer/wireshark/wireshark-2.4.1-r1.ebuild) | 4 | ||||
-rw-r--r-- | net-analyzer/wireshark/wireshark-99999999.ebuild | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/net-analyzer/wireshark/wireshark-2.4.1-r1.ebuild b/net-analyzer/wireshark/wireshark-2.4.1-r2.ebuild index d5f333a962b2..a2ea74d96ce2 100644 --- a/net-analyzer/wireshark/wireshark-2.4.1-r1.ebuild +++ b/net-analyzer/wireshark/wireshark-2.4.1-r2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit autotools eutils fcaps flag-o-matic multilib qmake-utils user xdg-utils +inherit autotools eutils fcaps flag-o-matic gnome2-utils multilib qmake-utils user xdg-utils DESCRIPTION="A network protocol analyzer formerly known as ethereal" HOMEPAGE="https://www.wireshark.org/" @@ -264,6 +264,7 @@ src_install() { } pkg_postinst() { + gnome2_icon_cache_update xdg_mimeinfo_database_update # Add group for users allowed to sniff. @@ -281,5 +282,6 @@ pkg_postinst() { } pkg_postrm() { + gnome2_icon_cache_update xdg_mimeinfo_database_update } diff --git a/net-analyzer/wireshark/wireshark-99999999.ebuild b/net-analyzer/wireshark/wireshark-99999999.ebuild index 0cc1e226403c..a4d2b1e46179 100644 --- a/net-analyzer/wireshark/wireshark-99999999.ebuild +++ b/net-analyzer/wireshark/wireshark-99999999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit autotools eutils fcaps flag-o-matic git-r3 multilib qmake-utils user xdg-utils +inherit autotools eutils fcaps flag-o-matic git-r3 gnome2-utils multilib qmake-utils user xdg-utils DESCRIPTION="A network protocol analyzer formerly known as ethereal" HOMEPAGE="https://www.wireshark.org/" @@ -268,6 +268,7 @@ src_install() { } pkg_postinst() { + gnome2_icon_cache_update xdg_mimeinfo_database_update # Add group for users allowed to sniff. @@ -285,5 +286,6 @@ pkg_postinst() { } pkg_postrm() { + gnome2_icon_cache_update xdg_mimeinfo_database_update } |