app-text/xchm: Call xdg_icon_cache_update
authorJeroen Roovers <jer@gentoo.org>
Mon, 24 Jun 2019 09:55:11 +0000 (11:55 +0200)
committerJeroen Roovers <jer@gentoo.org>
Mon, 24 Jun 2019 09:55:28 +0000 (11:55 +0200)
Package-Manager: Portage-2.3.67, Repoman-2.3.16
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
app-text/xchm/xchm-1.30.ebuild
app-text/xchm/xchm-9999.ebuild

index ae0694a992320917c0c952db4dba31008cf5494d..2784ed8aac1c766522a672d9153f713f04674d3a 100644 (file)
@@ -45,10 +45,12 @@ src_install() {
 
 pkg_postinst() {
        xdg_desktop_database_update
+       xdg_icon_cache_update
        xdg_mimeinfo_database_update
 }
 
 pkg_postrm() {
        xdg_desktop_database_update
+       xdg_icon_cache_update
        xdg_mimeinfo_database_update
 }
index 1ceff8df2cd2e5a66c2e51a391a0562e2e3f340f..b291398e22f67ddf9531cfee42c61d59fe39ec07 100644 (file)
@@ -46,10 +46,12 @@ src_install() {
 
 pkg_postinst() {
        xdg_desktop_database_update
+       xdg_icon_cache_update
        xdg_mimeinfo_database_update
 }
 
 pkg_postrm() {
        xdg_desktop_database_update
+       xdg_icon_cache_update
        xdg_mimeinfo_database_update
 }