commit:     fbc6a0d269716a0d4190d0c8dc07923af96c6442
Author:     Andreas Zuber <a.zuber <AT> gmx <DOT> ch>
AuthorDate: Mon Sep 21 13:23:00 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon Sep 21 13:23:00 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fbc6a0d2

games-util/gamehub: replace xdg-utils with xdg

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Andreas Zuber <a.zuber <AT> gmx.ch>

 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 8e242a12..5e0ccf8b 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
 }

Reply via email to