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 67FB51382C5 for ; Mon, 5 Mar 2018 08:58:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 582C4E086A; Mon, 5 Mar 2018 08:58:12 +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 37B90E086A for ; Mon, 5 Mar 2018 08:58:12 +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 36D87335C34 for ; Mon, 5 Mar 2018 08:58:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B86C11EF for ; Mon, 5 Mar 2018 08:58:09 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1520240279.437204a55311a8970c9104a01232544944ba0b73.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/geany/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/geany/geany-9999.ebuild X-VCS-Directories: dev-util/geany/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 437204a55311a8970c9104a01232544944ba0b73 X-VCS-Branch: master Date: Mon, 5 Mar 2018 08:58:09 +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-Archives-Salt: eaf44d8b-9c7f-4fb0-a8b4-925d8e2cc29a X-Archives-Hash: 23443664b800d267c7bdd8f9baaaf9d7 commit: 437204a55311a8970c9104a01232544944ba0b73 Author: Lars Wendler gentoo org> AuthorDate: Mon Mar 5 08:53:28 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Mon Mar 5 08:57:59 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=437204a5 dev-util/geany: Fixed error in pkg_postinst. Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-util/geany/geany-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/geany/geany-9999.ebuild b/dev-util/geany/geany-9999.ebuild index dc57933d71f..4975465aee2 100644 --- a/dev-util/geany/geany-9999.ebuild +++ b/dev-util/geany/geany-9999.ebuild @@ -71,7 +71,7 @@ src_install() { pkg_preinst() { gnome2_icon_savelist; } pkg_postinst() { - fdo-mime_desktop_database_update + gnome2_icon_cache_update xdg_desktop_database_update }