commit:     4629fe9ec4f03edf90d1aea0413e8bb89c81b1f6
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 17 21:03:33 2020 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> 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 <dilfridge <AT> 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
 }

Reply via email to