commit: 98b1b1bef851f51b1c032f21d6a5a73795356c96
Author: Anna (navi) Figueiredo Gomes <anna <AT> navirc <DOT> com>
AuthorDate: Fri Dec 9 16:53:02 2022 +0000
Commit: Anna Figueiredo Gomes <anna-cli <AT> tutanota <DOT> com>
CommitDate: Fri Dec 9 17:07:02 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=98b1b1be
games-util/xivlauncher: Inherit xdg
And remove unnecessary pkg_post*
Signed-off-by: Anna (navi) Figueiredo Gomes <anna <AT> navirc.com>
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 36367dd81..207060e7c 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
-}