From a69f07fda4e4bc9ba39d19bdbafdeb5bf0831865 Mon Sep 17 00:00:00 2001 From: Patrick McLean Date: Tue, 12 Dec 2023 14:36:46 -0800 Subject: app-editors/helix: Call xdg_icon_cache_update as well Signed-off-by: Patrick McLean --- app-editors/helix/helix-23.10-r2.ebuild | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app-editors') 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 } -- cgit v1.2.3-65-gdbad