diff options
author | 2022-12-09 13:53:02 -0300 | |
---|---|---|
committer | 2022-12-09 14:07:02 -0300 | |
commit | 98b1b1bef851f51b1c032f21d6a5a73795356c96 (patch) | |
tree | f0513798327909d4eebb504726d227e373b63339 /games-util | |
parent | sci-physics/SU2: update src_test and src_install (diff) | |
download | guru-98b1b1bef851f51b1c032f21d6a5a73795356c96.tar.gz guru-98b1b1bef851f51b1c032f21d6a5a73795356c96.tar.bz2 guru-98b1b1bef851f51b1c032f21d6a5a73795356c96.zip |
games-util/xivlauncher: Inherit xdg
And remove unnecessary pkg_post*
Signed-off-by: Anna (navi) Figueiredo Gomes <anna@navirc.com>
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/xivlauncher/xivlauncher-1.0.2.ebuild | 12 |
1 files changed, 1 insertions, 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 -} |