From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7AEBD13835A for ; Wed, 23 Sep 2020 10:10:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92781E0869; Wed, 23 Sep 2020 10:10:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7AC0AE0869 for ; Wed, 23 Sep 2020 10:10:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7C32B335DB0 for ; Wed, 23 Sep 2020 10:10:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DC6F5392 for ; Wed, 23 Sep 2020 10:10:47 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1600847404.dd7c361aad30a2b4fd41e09b08931e6767a85887.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: games-util/gamehub/ X-VCS-Repository: repo/proj/guru X-VCS-Files: games-util/gamehub/gamehub-0.16.0.1.ebuild X-VCS-Directories: games-util/gamehub/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: dd7c361aad30a2b4fd41e09b08931e6767a85887 X-VCS-Branch: master Date: Wed, 23 Sep 2020 10:10:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 62dfccb7-be7c-416d-8ec7-022d05f4324e X-Archives-Hash: 72b61cb3a24e35984ec180285ed1c6dc commit: dd7c361aad30a2b4fd41e09b08931e6767a85887 Author: Andreas Zuber gmx ch> AuthorDate: Wed Sep 23 07:49:49 2020 +0000 Commit: Andrew Ammerlaan riseup 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 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 }