diff options
author | Jeroen Roovers <jer@gentoo.org> | 2019-04-09 08:30:14 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2019-04-09 08:30:34 +0200 |
commit | c5f3cdf4c908f75b325bed01811a3082287385fb (patch) | |
tree | eb94d64f89ca6a1297f9612a0be469ffa5ea26bc | |
parent | games-util/lutris: Removed old (diff) | |
download | gentoo-c5f3cdf4c908f75b325bed01811a3082287385fb.tar.gz gentoo-c5f3cdf4c908f75b325bed01811a3082287385fb.tar.bz2 gentoo-c5f3cdf4c908f75b325bed01811a3082287385fb.zip |
net-analyzer/wireshark: Drop gnome2-utils.eclass
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
-rw-r--r-- | net-analyzer/wireshark/wireshark-3.0.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/wireshark/wireshark-3.0.1.ebuild b/net-analyzer/wireshark/wireshark-3.0.1.ebuild index f755315a7d8c..2efa57b8b213 100644 --- a/net-analyzer/wireshark/wireshark-3.0.1.ebuild +++ b/net-analyzer/wireshark/wireshark-3.0.1.ebuild @@ -3,7 +3,7 @@ EAPI=6 PYTHON_COMPAT=( python3_{4,5,6,7} ) -inherit cmake-utils eutils fcaps flag-o-matic gnome2-utils ltprune multilib python-r1 qmake-utils user xdg-utils +inherit cmake-utils fcaps flag-o-matic 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 } |