summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2019-04-01 16:49:34 +0200
committerJeroen Roovers <jer@gentoo.org>2019-04-01 16:56:38 +0200
commit8577792e63b3eba2193376e9fd9190f40a4cf98f (patch)
treeed3ec044e7b02eb011c97fc27037a84f420e0f74 /net-analyzer/wireshark/wireshark-99999999.ebuild
parentdev-python/pyicu: remove old (diff)
downloadgentoo-8577792e63b3eba2193376e9fd9190f40a4cf98f.tar.gz
gentoo-8577792e63b3eba2193376e9fd9190f40a4cf98f.tar.bz2
gentoo-8577792e63b3eba2193376e9fd9190f40a4cf98f.zip
net-analyzer/wireshark: Update live ebuild
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'net-analyzer/wireshark/wireshark-99999999.ebuild')
-rw-r--r--net-analyzer/wireshark/wireshark-99999999.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/wireshark/wireshark-99999999.ebuild b/net-analyzer/wireshark/wireshark-99999999.ebuild
index f3cf011e5609..42ebd544329b 100644
--- a/net-analyzer/wireshark/wireshark-99999999.ebuild
+++ b/net-analyzer/wireshark/wireshark-99999999.ebuild
@@ -3,7 +3,7 @@
EAPI=6
PYTHON_COMPAT=( python3_{4,5,6,7} )
-inherit cmake-utils eutils fcaps flag-o-matic git-r3 gnome2-utils ltprune multilib python-r1 qmake-utils user xdg-utils
+inherit cmake-utils fcaps flag-o-matic git-r3 ltprune multilib python-r1 qmake-utils user xdg-utils
DESCRIPTION="A network protocol analyzer formerly known as ethereal"
HOMEPAGE="https://www.wireshark.org/"
@@ -220,8 +220,8 @@ src_install() {
}
pkg_postinst() {
- gnome2_icon_cache_update
xdg_desktop_database_update
+ xdg_icon_cache_update
xdg_mimeinfo_database_update
# Add group for users allowed to sniff.
@@ -240,7 +240,7 @@ pkg_postinst() {
}
pkg_postrm() {
- gnome2_icon_cache_update
xdg_desktop_database_update
+ xdg_icon_cache_update
xdg_mimeinfo_database_update
}