commit:     88ca8cc5aa96869f3609af39e04364b6a99ec3ff
Author:     Jonas Frei <freijon <AT> pm <DOT> me>
AuthorDate: Thu Jun 26 03:35:15 2025 +0000
Commit:     Jonas Frei <freijon <AT> pm <DOT> me>
CommitDate: Thu Jun 26 03:36:24 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=88ca8cc5

app-editors/edit: Replaced xdg-utils with xdg

Signed-off-by: Jonas Frei <freijon <AT> pm.me>

 app-editors/edit/edit-1.2.0.ebuild | 12 +-----------
 1 file changed, 1 insertion(+), 11 deletions(-)

diff --git a/app-editors/edit/edit-1.2.0.ebuild 
b/app-editors/edit/edit-1.2.0.ebuild
index 907e442c17..145d0979f6 100644
--- a/app-editors/edit/edit-1.2.0.ebuild
+++ b/app-editors/edit/edit-1.2.0.ebuild
@@ -9,7 +9,7 @@ CRATES=""
 
 RUST_MIN_VER="1.87.0"
 
-inherit cargo desktop xdg-utils
+inherit cargo desktop xdg
 
 DESCRIPTION="Microsoft edit"
 HOMEPAGE="https://github.com/microsoft/edit";
@@ -49,13 +49,3 @@ src_install() {
                doicon -s scalable "assets/${PN}.svg"
                domenu "assets/com.microsoft.${PN}.desktop"
 }
-
-pkg_postinst() {
-               xdg_desktop_database_update
-               xdg_icon_cache_update
-}
-
-pkg_postrm() {
-               xdg_desktop_database_update
-               xdg_icon_cache_update
-}

Reply via email to