diff options
author | Viorel Munteanu <ceamac.paragon@gmail.com> | 2021-05-24 19:55:43 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-05-26 14:58:08 +0300 |
commit | da9d7fd4654f6e1c2e591605d0c19cc00b2d614e (patch) | |
tree | 1f48950c1214c6fb9a82eae4ba624f29bb2ba50e /media-gfx/xpaint/xpaint-3.1.3.ebuild | |
parent | sys-kernel/vanilla-sources: Linux version bumps (diff) | |
download | gentoo-da9d7fd4654f6e1c2e591605d0c19cc00b2d614e.tar.gz gentoo-da9d7fd4654f6e1c2e591605d0c19cc00b2d614e.tar.bz2 gentoo-da9d7fd4654f6e1c2e591605d0c19cc00b2d614e.zip |
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 <ceamac.paragon@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/20968
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'media-gfx/xpaint/xpaint-3.1.3.ebuild')
-rw-r--r-- | media-gfx/xpaint/xpaint-3.1.3.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/media-gfx/xpaint/xpaint-3.1.3.ebuild b/media-gfx/xpaint/xpaint-3.1.3.ebuild index 91989acf65ac..1c03f7e9b5fb 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 } |