From fbc6a0d269716a0d4190d0c8dc07923af96c6442 Mon Sep 17 00:00:00 2001 From: Andreas Zuber Date: Mon, 21 Sep 2020 15:23:00 +0200 Subject: [PATCH] games-util/gamehub: replace xdg-utils with xdg Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Andreas Zuber --- games-util/gamehub/gamehub-0.16.0.1.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/games-util/gamehub/gamehub-0.16.0.1.ebuild b/games-util/gamehub/gamehub-0.16.0.1.ebuild index 8e242a1283..5e0ccf8b95 100644 --- a/games-util/gamehub/gamehub-0.16.0.1.ebuild +++ b/games-util/gamehub/gamehub-0.16.0.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit gnome2-utils meson vala xdg-utils +inherit gnome2-utils meson vala xdg DESCRIPTION="GameHub is a unified library for all your games" HOMEPAGE="https://tkashkin.tk/projects/gamehub" @@ -44,11 +44,9 @@ src_prepare() { } pkg_postinst() { - xdg_icon_cache_update gnome2_schemas_update } pkg_postrm() { - xdg_icon_cache_update gnome2_schemas_update }