Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/xpaint/
Date: Wed, 26 May 2021 11:58:23
Message-Id: 1622030288.da9d7fd4654f6e1c2e591605d0c19cc00b2d614e.juippis@gentoo
1 commit: da9d7fd4654f6e1c2e591605d0c19cc00b2d614e
2 Author: Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
3 AuthorDate: Mon May 24 16:55:43 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Wed May 26 11:58:08 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da9d7fd4
7
8 media-gfx/xpaint: update icons cache
9
10 Closes: https://bugs.gentoo.org/791820
11 Package-Manager: Portage-3.0.18, Repoman-3.0.2
12 Signed-off-by: Viorel Munteanu <ceamac.paragon <AT> gmail.com>
13 Closes: https://github.com/gentoo/gentoo/pull/20968
14 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
15
16 media-gfx/xpaint/xpaint-3.1.3.ebuild | 2 ++
17 1 file changed, 2 insertions(+)
18
19 diff --git a/media-gfx/xpaint/xpaint-3.1.3.ebuild b/media-gfx/xpaint/xpaint-3.1.3.ebuild
20 index 91989acf65a..1c03f7e9b5f 100644
21 --- a/media-gfx/xpaint/xpaint-3.1.3.ebuild
22 +++ b/media-gfx/xpaint/xpaint-3.1.3.ebuild
23 @@ -95,8 +95,10 @@ src_install() {
24
25 pkg_postinst() {
26 xdg_desktop_database_update
27 + xdg_icon_cache_update
28 }
29
30 pkg_postrm() {
31 xdg_desktop_database_update
32 + xdg_icon_cache_update
33 }