mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
app-editors/edit: Replaced xdg-utils with xdg
Signed-off-by: Jonas Frei <freijon@pm.me>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user