commit: dd7c361aad30a2b4fd41e09b08931e6767a85887
Author: Andreas Zuber <a.zuber <AT> gmx <DOT> ch>
AuthorDate: Wed Sep 23 07:49:49 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Wed Sep 23 07:50:04 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dd7c361a
games-util/gamehub: add missing xdg step calls
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 | 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 5e0ccf8b..86a4856e 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
}