games-util/xivlauncher: Inherit xdg

And remove unnecessary pkg_post*

Signed-off-by: Anna (navi) Figueiredo Gomes <anna@navirc.com>
This commit is contained in:
Anna (navi) Figueiredo Gomes
2022-12-09 13:53:02 -03:00
parent 01d691c3d7
commit 98b1b1bef8

View File

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