From fb310b1d493279ce89cb2046dc6ae647fbc4aef2 Mon Sep 17 00:00:00 2001 From: Vincent Ahluwalia Date: Thu, 30 Jan 2025 16:32:51 +0100 Subject: [PATCH] games-util/curseforge: replace xdg-utils with xdg Signed-off-by: Vincent Ahluwalia --- games-util/curseforge/curseforge-1.269.2.22204.ebuild | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/games-util/curseforge/curseforge-1.269.2.22204.ebuild b/games-util/curseforge/curseforge-1.269.2.22204.ebuild index 50e6153b99..d0eedff91f 100644 --- a/games-util/curseforge/curseforge-1.269.2.22204.ebuild +++ b/games-util/curseforge/curseforge-1.269.2.22204.ebuild @@ -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 }