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 054DF138350 for ; Thu, 9 Apr 2020 12:38:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 25B8FE09CE; Thu, 9 Apr 2020 12:38:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 037AFE09CE for ; Thu, 9 Apr 2020 12:38:24 +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 971F134F165 for ; Thu, 9 Apr 2020 12:38:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 59E761E1 for ; Thu, 9 Apr 2020 12:38:15 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1586435864.c7617c41191ebd733e6ca2797462004ad34b3749.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-leechcraft/lc-azoth/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-leechcraft/lc-azoth/lc-azoth-9999.ebuild X-VCS-Directories: app-leechcraft/lc-azoth/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: c7617c41191ebd733e6ca2797462004ad34b3749 X-VCS-Branch: master Date: Thu, 9 Apr 2020 12:38:15 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b9b4d303-62a0-4464-b411-e9170d0dd946 X-Archives-Hash: 56be0b4dd246abf1ef921e3f7d17c35b commit: c7617c41191ebd733e6ca2797462004ad34b3749 Author: 0xd34df00d <0xd34df00d gmail com> AuthorDate: Sun Apr 5 00:56:37 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Thu Apr 9 12:37:44 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7617c41 app-leechcraft/lc-azoth: update XDG DB Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Georg Rudoy <0xd34df00d gmail.com> Signed-off-by: Joonas Niilola gentoo.org> app-leechcraft/lc-azoth/lc-azoth-9999.ebuild | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/app-leechcraft/lc-azoth/lc-azoth-9999.ebuild b/app-leechcraft/lc-azoth/lc-azoth-9999.ebuild index b419c8dbe3e..de10dbfac32 100644 --- a/app-leechcraft/lc-azoth/lc-azoth-9999.ebuild +++ b/app-leechcraft/lc-azoth/lc-azoth-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit leechcraft +inherit xdg-utils leechcraft DESCRIPTION="Azoth, the modular IM client for LeechCraft" @@ -114,4 +114,10 @@ pkg_postinst() { elog "so install the ones for languages you use to enable" elog "spellchecking." fi + + xdg_desktop_database_update +} + +pkg_postrm() { + xdg_desktop_database_update }