summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick McLean <chutzpah@gentoo.org>2023-12-12 14:36:46 -0800
committerPatrick McLean <chutzpah@gentoo.org>2023-12-12 14:36:46 -0800
commita69f07fda4e4bc9ba39d19bdbafdeb5bf0831865 (patch)
treec34a8fcf5a837fc2fde8d157affcd92b66d57a61 /app-editors/helix
parentapp-editors/helix: Call xdg_desktop_database_update (diff)
downloadgentoo-a69f07fda4e4bc9ba39d19bdbafdeb5bf0831865.tar.gz
gentoo-a69f07fda4e4bc9ba39d19bdbafdeb5bf0831865.tar.bz2
gentoo-a69f07fda4e4bc9ba39d19bdbafdeb5bf0831865.zip
app-editors/helix: Call xdg_icon_cache_update as well
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'app-editors/helix')
-rw-r--r--app-editors/helix/helix-23.10-r2.ebuild2
1 files changed, 2 insertions, 0 deletions
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
}