games-util/curseforge: replace xdg-utils with xdg

Signed-off-by: Vincent Ahluwalia <vincentahluwalia@protonmail.com>
This commit is contained in:
Vincent Ahluwalia 2025-01-30 16:32:51 +01:00
parent 43bb39fa28
commit fb310b1d49
No known key found for this signature in database
GPG Key ID: A0F3F8A91FBC1611

View File

@ -9,7 +9,7 @@ CHROMIUM_LANGS="
sw ta te th tr uk ur vi zh-CN zh-TW
"
inherit chromium-2 desktop unpacker linux-info xdg-utils
inherit chromium-2 desktop unpacker linux-info xdg
DESCRIPTION="The CurseForge Electron App"
HOMEPAGE="https://www.curseforge.com/"
@ -90,11 +90,9 @@ pkg_postinst() {
elog "This package will keep itself up-to-date."
elog "No need to download any ebuilds in the future."
elog "CurseForge is not open-source."
xdg_icon_cache_update
xdg_desktop_database_update
xdg_pkg_postinst
}
pkg_postrm() {
xdg_icon_cache_update
xdg_desktop_database_update
xdg_pkg_postrm
}