diff options
author | Patrick McLean <chutzpah@gentoo.org> | 2023-12-12 14:36:02 -0800 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2023-12-12 14:36:24 -0800 |
commit | 273783931b3d51f7deb936793ea16fb780885807 (patch) | |
tree | 4929c3980b1d3e9bc285164cb7e14e63eca26257 /app-editors/helix | |
parent | sys-apps/smc-sum: add 2.13.0.20230825, drop 2.11.0.20230511 (diff) | |
download | gentoo-273783931b3d51f7deb936793ea16fb780885807.tar.gz gentoo-273783931b3d51f7deb936793ea16fb780885807.tar.bz2 gentoo-273783931b3d51f7deb936793ea16fb780885807.zip |
app-editors/helix: Call xdg_desktop_database_update
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'app-editors/helix')
-rw-r--r-- | app-editors/helix/helix-23.10-r2.ebuild (renamed from app-editors/helix/helix-23.10-r1.ebuild) | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app-editors/helix/helix-23.10-r1.ebuild b/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 } |