diff options
author | Andreas Zuber <a.zuber@gmx.ch> | 2020-09-23 09:49:49 +0200 |
---|---|---|
committer | Andreas Zuber <a.zuber@gmx.ch> | 2020-09-23 09:50:04 +0200 |
commit | dd7c361aad30a2b4fd41e09b08931e6767a85887 (patch) | |
tree | 9e20318dacba80227cc8bcc955ca5e4b158e2ae2 /games-util/gamehub | |
parent | games-util/minigalaxy: add missing xdg step call (diff) | |
download | guru-dd7c361aad30a2b4fd41e09b08931e6767a85887.tar.gz guru-dd7c361aad30a2b4fd41e09b08931e6767a85887.tar.bz2 guru-dd7c361aad30a2b4fd41e09b08931e6767a85887.zip |
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@gmx.ch>
Diffstat (limited to 'games-util/gamehub')
-rw-r--r-- | games-util/gamehub/gamehub-0.16.0.1.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games-util/gamehub/gamehub-0.16.0.1.ebuild b/games-util/gamehub/gamehub-0.16.0.1.ebuild index 5e0ccf8b9..86a4856e2 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 } |