From dd7c361aad30a2b4fd41e09b08931e6767a85887 Mon Sep 17 00:00:00 2001 From: Andreas Zuber Date: Wed, 23 Sep 2020 09:49:49 +0200 Subject: [PATCH] games-util/gamehub: add missing xdg step calls Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Andreas Zuber --- games-util/gamehub/gamehub-0.16.0.1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/games-util/gamehub/gamehub-0.16.0.1.ebuild b/games-util/gamehub/gamehub-0.16.0.1.ebuild index 5e0ccf8b95..86a4856e28 100644 --- a/games-util/gamehub/gamehub-0.16.0.1.ebuild +++ b/games-util/gamehub/gamehub-0.16.0.1.ebuild @@ -44,9 +44,11 @@ src_prepare() { } pkg_postinst() { + xdg_pkg_postinst gnome2_schemas_update } pkg_postrm() { + xdg_pkg_postrm gnome2_schemas_update }