From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7A8191396D0 for ; Thu, 31 Aug 2017 15:55:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CCEB91FC041; Thu, 31 Aug 2017 15:55:46 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ABF941FC041 for ; Thu, 31 Aug 2017 15:55:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6E9F333FE7D for ; Thu, 31 Aug 2017 15:55:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B79EA8929 for ; Thu, 31 Aug 2017 15:55:43 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1504194942.b7eb3efb5b09ac994ab721377f30a04c4c92c46c.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/wireshark/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/wireshark/wireshark-2.4.1-r2.ebuild net-analyzer/wireshark/wireshark-2.4.1-r3.ebuild X-VCS-Directories: net-analyzer/wireshark/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: b7eb3efb5b09ac994ab721377f30a04c4c92c46c X-VCS-Branch: master Date: Thu, 31 Aug 2017 15:55:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d9b775a7-4430-4006-a1a1-49e5b550ff3e X-Archives-Hash: fb6a709ce7c75476a92b3ff66a638bb1 commit: b7eb3efb5b09ac994ab721377f30a04c4c92c46c Author: Jeroen Roovers gentoo org> AuthorDate: Thu Aug 31 15:55:32 2017 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Thu Aug 31 15:55:42 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7eb3efb net-analyzer/wireshark: Call xdg_desktop_database_update() (bug #629346). Package-Manager: Portage-2.3.8, Repoman-2.3.3 .../wireshark/{wireshark-2.4.1-r2.ebuild => wireshark-2.4.1-r3.ebuild} | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net-analyzer/wireshark/wireshark-2.4.1-r2.ebuild b/net-analyzer/wireshark/wireshark-2.4.1-r3.ebuild similarity index 99% rename from net-analyzer/wireshark/wireshark-2.4.1-r2.ebuild rename to net-analyzer/wireshark/wireshark-2.4.1-r3.ebuild index a2ea74d96ce..2413590812e 100644 --- a/net-analyzer/wireshark/wireshark-2.4.1-r2.ebuild +++ b/net-analyzer/wireshark/wireshark-2.4.1-r3.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 }