commit:     a69f07fda4e4bc9ba39d19bdbafdeb5bf0831865
Author:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 12 22:36:46 2023 +0000
Commit:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Tue Dec 12 22:36:46 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a69f07fd

app-editors/helix: Call xdg_icon_cache_update as well

Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>

 app-editors/helix/helix-23.10-r2.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/app-editors/helix/helix-23.10-r2.ebuild 
b/app-editors/helix/helix-23.10-r2.ebuild
index b291804a8433..1fb2d7450688 100644
--- a/app-editors/helix/helix-23.10-r2.ebuild
+++ b/app-editors/helix/helix-23.10-r2.ebuild
@@ -335,8 +335,10 @@ pkg_postinst() {
        einfo "you need to run 'source /etc/profile' to pick up the new 
variable"
        einfo "or manually set the environment variable 
HELIX_RUNTIME=/usr/share/helix/runtime."
        xdg_desktop_database_update
+       xdg_icon_cache_update
 }
 
 pkg_postrm() {
        xdg_desktop_database_update
+       xdg_icon_cache_update
 }

Reply via email to