From: Michał Górny Date: Tue, 12 Nov 2019 06:59:15 +0000 (+0100) Subject: app-text/djvu: Update icon cache X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=cf46548bc8b86087b9bbef8e6c2b3d3cfd5732ae;p=gentoo.git app-text/djvu: Update icon cache Closes: https://bugs.gentoo.org/679498 Signed-off-by: Michał Górny --- diff --git a/app-text/djvu/djvu-3.5.27-r1.ebuild b/app-text/djvu/djvu-3.5.27-r1.ebuild index f7d701f00edc..f15324a15f29 100644 --- a/app-text/djvu/djvu-3.5.27-r1.ebuild +++ b/app-text/djvu/djvu-3.5.27-r1.ebuild @@ -56,11 +56,13 @@ src_install() { } pkg_postinst() { + xdg_icon_cache_update xdg_mimeinfo_database_update has_version app-text/djview || \ optfeature "For djviewer or browser plugin" app-text/djview } pkg_postrm() { + xdg_icon_cache_update xdg_mimeinfo_database_update }