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 3FF20138335 for ; Sun, 23 Sep 2018 08:06:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1790AE0843; Sun, 23 Sep 2018 08:06:06 +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 E603EE0843 for ; Sun, 23 Sep 2018 08:06:05 +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 EDFA8335CD1 for ; Sun, 23 Sep 2018 08:06:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC852430 for ; Sun, 23 Sep 2018 08:06:01 +0000 (UTC) From: "Jimi Huotari" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jimi Huotari" Message-ID: <1537689793.1a322024f8eea832141bb121ca8af9a7993af303.chiitoo@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: app-arch/lxqt-archiver/ X-VCS-Repository: proj/qt X-VCS-Files: app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild X-VCS-Directories: app-arch/lxqt-archiver/ X-VCS-Committer: chiitoo X-VCS-Committer-Name: Jimi Huotari X-VCS-Revision: 1a322024f8eea832141bb121ca8af9a7993af303 X-VCS-Branch: master Date: Sun, 23 Sep 2018 08:06:01 +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: 9b0da1c8-ea0c-4e7a-ace3-07971e5e8270 X-Archives-Hash: fe5906208044403971443ff26a48f460 commit: 1a322024f8eea832141bb121ca8af9a7993af303 Author: Jimi Huotari gentoo org> AuthorDate: Sun Sep 23 08:03:13 2018 +0000 Commit: Jimi Huotari gentoo org> CommitDate: Sun Sep 23 08:03:13 2018 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=1a322024 app-arch/lxqt-archiver: use 'xdg_desktop_database_update' Package-Manager: Portage-2.3.49, Repoman-2.3.10 app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild b/app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild index 13b86bcd..6ea17365 100644 --- a/app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild +++ b/app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild @@ -34,3 +34,11 @@ DEPEND="${RDEPEND} src_configure() { cmake-utils_src_configure } + +pkg_postinst() { + xdg_desktop_database_update +} + +pkg_postrm() { + xdg_desktop_database_update +}