commit: cf46548bc8b86087b9bbef8e6c2b3d3cfd5732ae Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Nov 12 06:59:15 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Nov 12 06:59:15 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf46548b
app-text/djvu: Update icon cache Closes: https://bugs.gentoo.org/679498 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> app-text/djvu/djvu-3.5.27-r1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app-text/djvu/djvu-3.5.27-r1.ebuild b/app-text/djvu/djvu-3.5.27-r1.ebuild index f7d701f00ed..f15324a15f2 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 }
