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 DE11A1396D9 for ; Tue, 14 Nov 2017 23:00:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 96AA5E0F05; Tue, 14 Nov 2017 23:00:32 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 768EAE0F05 for ; Tue, 14 Nov 2017 23:00:32 +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 6CBA133BF24 for ; Tue, 14 Nov 2017 23:00:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CE5FC9AE9 for ; Tue, 14 Nov 2017 23:00:28 +0000 (UTC) From: "Amadeusz Piotr Żołnowski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Amadeusz Piotr Żołnowski" Message-ID: <1510700423.a7199a9035a796574db32ed35ae6a41e44ebd321.aidecoe@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/gajim/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/gajim/gajim-0.16.8-r1.ebuild X-VCS-Directories: net-im/gajim/ X-VCS-Committer: aidecoe X-VCS-Committer-Name: Amadeusz Piotr Żołnowski X-VCS-Revision: a7199a9035a796574db32ed35ae6a41e44ebd321 X-VCS-Branch: master Date: Tue, 14 Nov 2017 23:00:28 +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: d193f071-4e24-4f7c-af34-65d38fa96e62 X-Archives-Hash: c4c3d1ed515543645a4c1c5dda211886 commit: a7199a9035a796574db32ed35ae6a41e44ebd321 Author: Amadeusz Żołnowski gentoo org> AuthorDate: Tue Nov 14 22:53:27 2017 +0000 Commit: Amadeusz Piotr Żołnowski gentoo org> CommitDate: Tue Nov 14 23:00:23 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7199a90 net-im/gajim: Update desktop mimeinfo cache net-im/gajim/gajim-0.16.8-r1.ebuild | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/net-im/gajim/gajim-0.16.8-r1.ebuild b/net-im/gajim/gajim-0.16.8-r1.ebuild index 43925d69412..abbc4efb8a7 100644 --- a/net-im/gajim/gajim-0.16.8-r1.ebuild +++ b/net-im/gajim/gajim-0.16.8-r1.ebuild @@ -8,7 +8,7 @@ PYTHON_REQ_USE="sqlite,xml" AUTOTOOLS_AUTORECONF=true -inherit autotools-utils python-r1 versionator +inherit autotools-utils python-r1 versionator xdg-utils MY_PV=${PV/_/-} MY_P="${PN}-${MY_PV}" @@ -113,3 +113,11 @@ src_install() { } python_foreach_impl installation } + +pkg_postinst() { + xdg_desktop_database_update +} + +pkg_postrm() { + xdg_desktop_database_update +}