From 98b1b1bef851f51b1c032f21d6a5a73795356c96 Mon Sep 17 00:00:00 2001 From: "Anna (navi) Figueiredo Gomes" Date: Fri, 9 Dec 2022 13:53:02 -0300 Subject: [PATCH] games-util/xivlauncher: Inherit xdg And remove unnecessary pkg_post* Signed-off-by: Anna (navi) Figueiredo Gomes --- games-util/xivlauncher/xivlauncher-1.0.2.ebuild | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/games-util/xivlauncher/xivlauncher-1.0.2.ebuild b/games-util/xivlauncher/xivlauncher-1.0.2.ebuild index 36367dd812..207060e7c7 100644 --- a/games-util/xivlauncher/xivlauncher-1.0.2.ebuild +++ b/games-util/xivlauncher/xivlauncher-1.0.2.ebuild @@ -192,7 +192,7 @@ vortice.mathematics-1.3.24 DOTNET_SLOT="6.0" -inherit dotnet-utils desktop +inherit dotnet-utils desktop xdg DESCRIPTION="Custom Launcher for Final Fantasy XIV Online (Crossplatform rewrite)" @@ -261,13 +261,3 @@ src_install() { fperms +x /opt/xivlauncher/XIVLauncher.Core dosym ../../opt/xivlauncher/XIVLauncher.Core usr/bin/${PN} } - -pkg_postinst() { - xdg_desktop_database_update - xdg_icon_cache_update -} - -pkg_postrm() { - xdg_desktop_database_update - xdg_icon_cache_update -}