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 EAC03138359 for ; Sat, 17 Oct 2020 21:09:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C49DE0959; Sat, 17 Oct 2020 21:09:11 +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 21141E0959 for ; Sat, 17 Oct 2020 21:09:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 97E8C340F38 for ; Sat, 17 Oct 2020 21:09:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1FB3F396 for ; Sat, 17 Oct 2020 21:09:08 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1602968932.4629fe9ec4f03edf90d1aea0413e8bb89c81b1f6.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/luminance-hdr/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/luminance-hdr/luminance-hdr-2.6.0-r1.ebuild media-gfx/luminance-hdr/luminance-hdr-2.6.0.ebuild X-VCS-Directories: media-gfx/luminance-hdr/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 4629fe9ec4f03edf90d1aea0413e8bb89c81b1f6 X-VCS-Branch: master Date: Sat, 17 Oct 2020 21:09:08 +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: 81b902c2-765f-4282-9aeb-558534b55a31 X-Archives-Hash: c8611317a3f49abbf25150264b64b8ee commit: 4629fe9ec4f03edf90d1aea0413e8bb89c81b1f6 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Oct 17 21:03:33 2020 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sat Oct 17 21:08:52 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4629fe9e media-gfx/luminance-hdr: Fix icon cache Closes: https://bugs.gentoo.org/749801 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Andreas K. Hüttel gentoo.org> .../{luminance-hdr-2.6.0.ebuild => luminance-hdr-2.6.0-r1.ebuild} | 2 ++ 1 file changed, 2 insertions(+) diff --git a/media-gfx/luminance-hdr/luminance-hdr-2.6.0.ebuild b/media-gfx/luminance-hdr/luminance-hdr-2.6.0-r1.ebuild similarity index 97% rename from media-gfx/luminance-hdr/luminance-hdr-2.6.0.ebuild rename to media-gfx/luminance-hdr/luminance-hdr-2.6.0-r1.ebuild index aed8d469a71..6ad066bc422 100644 --- a/media-gfx/luminance-hdr/luminance-hdr-2.6.0.ebuild +++ b/media-gfx/luminance-hdr/luminance-hdr-2.6.0-r1.ebuild @@ -85,11 +85,13 @@ src_install() { } pkg_postinst() { + xdg_icon_cache_update xdg_desktop_database_update xdg_mimeinfo_database_update } pkg_postrm() { + xdg_icon_cache_update xdg_desktop_database_update xdg_mimeinfo_database_update }