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