aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>2023-01-30 19:21:47 +0100
committerHaelwenn (lanodan) Monnier <contact@hacktivis.me>2023-01-30 19:21:59 +0100
commit2ab336174fa31e66898e0fe545e29800cf251d6a (patch)
treef8bebba604dbbba9a49dced04ec5b079dc68bbca /games-engines
parentdev-games/liblcf: Use xdg.eclass instead of xdg-utils.eclass (diff)
downloadguru-2ab336174fa31e66898e0fe545e29800cf251d6a.tar.gz
guru-2ab336174fa31e66898e0fe545e29800cf251d6a.tar.bz2
guru-2ab336174fa31e66898e0fe545e29800cf251d6a.zip
games-engines/easyrpg-player: Use xdg.eclass instead of xdg-utils.eclass
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Diffstat (limited to 'games-engines')
-rw-r--r--games-engines/easyrpg-player/easyrpg-player-0.7.0.ebuild5
1 files changed, 1 insertions, 4 deletions
diff --git a/games-engines/easyrpg-player/easyrpg-player-0.7.0.ebuild b/games-engines/easyrpg-player/easyrpg-player-0.7.0.ebuild
index a7b0d4c608..357407d280 100644
--- a/games-engines/easyrpg-player/easyrpg-player-0.7.0.ebuild
+++ b/games-engines/easyrpg-player/easyrpg-player-0.7.0.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-inherit cmake xdg-utils
+inherit cmake xdg
DESCRIPTION="RPG Maker 2000/2003 and EasyRPG games interpreter"
HOMEPAGE="https://easyrpg.org/player/"
@@ -71,6 +71,3 @@ src_configure() {
src_test() {
cmake_build check
}
-
-pkg_postrm() { xdg_mimeinfo_database_update; }
-pkg_postinst() { xdg_mimeinfo_database_update; }