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

app-editors/helix: Call xdg_desktop_database_update

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

 app-editors/helix/{helix-23.10-r1.ebuild => helix-23.10-r2.ebuild} | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/app-editors/helix/helix-23.10-r1.ebuild 
b/app-editors/helix/helix-23.10-r2.ebuild
similarity index 98%
rename from app-editors/helix/helix-23.10-r1.ebuild
rename to app-editors/helix/helix-23.10-r2.ebuild
index 85a1d08ac734..b291804a8433 100644
--- a/app-editors/helix/helix-23.10-r1.ebuild
+++ b/app-editors/helix/helix-23.10-r2.ebuild
@@ -334,4 +334,9 @@ pkg_postinst() {
        einfo "HELIX_RUNTIME was also installed on your system. In running 
shell instances"
        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
+}
+
+pkg_postrm() {
+       xdg_desktop_database_update
 }

Reply via email to