games-util/HeroicGamesLauncher-bin: update desktop files after merge/unmerge

Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte@gmail.com>
This commit is contained in:
Gonçalo Negrier Duarte
2024-02-07 02:06:22 +00:00
parent c8721d0277
commit c1cc2e1fc4

View File

@@ -3,7 +3,7 @@
EAPI=8
inherit desktop
inherit desktop xdg
SRC_URI="https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/releases/download/v${PV}/heroic-${PV}.tar.xz"
DESCRIPTION="A Native GOG and Epic Games Launcher for Linux, Windows and Mac."
HOMEPAGE="https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher"
@@ -57,3 +57,11 @@ src_install() {
domenu "${FILESDIR}/HeroicGamesLauncher-gamescope.desktop"
fi
}
pkg_postinst() {
xdg_desktop_database_update
}
pkg_postrm() {
xdg_desktop_database_update
}