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 0AEF31382C5 for ; Wed, 26 May 2021 11:58:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 336B7E1436; Wed, 26 May 2021 11:58:22 +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 17BCBE1436 for ; Wed, 26 May 2021 11:58:22 +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 7B3BF340E4C for ; Wed, 26 May 2021 11:58:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 34C04581 for ; Wed, 26 May 2021 11:58: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: <1622030288.da9d7fd4654f6e1c2e591605d0c19cc00b2d614e.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/xpaint/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/xpaint/xpaint-3.1.3.ebuild X-VCS-Directories: media-gfx/xpaint/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: da9d7fd4654f6e1c2e591605d0c19cc00b2d614e X-VCS-Branch: master Date: Wed, 26 May 2021 11:58: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: e15d2f22-c70c-4d03-be17-ba6e5a293283 X-Archives-Hash: f368275e6cff168dfc00d9202142170b commit: da9d7fd4654f6e1c2e591605d0c19cc00b2d614e Author: Viorel Munteanu gmail com> AuthorDate: Mon May 24 16:55:43 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed May 26 11:58:08 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da9d7fd4 media-gfx/xpaint: update icons cache Closes: https://bugs.gentoo.org/791820 Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Viorel Munteanu gmail.com> Closes: https://github.com/gentoo/gentoo/pull/20968 Signed-off-by: Joonas Niilola gentoo.org> media-gfx/xpaint/xpaint-3.1.3.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/media-gfx/xpaint/xpaint-3.1.3.ebuild b/media-gfx/xpaint/xpaint-3.1.3.ebuild index 91989acf65a..1c03f7e9b5f 100644 --- a/media-gfx/xpaint/xpaint-3.1.3.ebuild +++ b/media-gfx/xpaint/xpaint-3.1.3.ebuild @@ -95,8 +95,10 @@ src_install() { pkg_postinst() { xdg_desktop_database_update + xdg_icon_cache_update } pkg_postrm() { xdg_desktop_database_update + xdg_icon_cache_update }