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

Signed-off-by: Jonas Frei <freijon@pm.me>
This commit is contained in:
Jonas Frei
2025-06-26 05:35:15 +02:00
parent e5322bbd5c
commit 88ca8cc5aa

View File

@@ -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
}