From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RY2d9-0006ZH-EB for garchives@archives.gentoo.org; Tue, 06 Dec 2011 21:32:51 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2A48E04C1; Tue, 6 Dec 2011 21:32:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 952A5E04C1 for ; Tue, 6 Dec 2011 21:32:43 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1A3B71B400E for ; Tue, 6 Dec 2011 21:32:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 5764D80042 for ; Tue, 6 Dec 2011 21:32:42 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <70096923c024446b22a69f7536eb738612287c37.mgorny@gentoo> Subject: [gentoo-commits] dev/mgorny:master commit in: dev-dotnet/pe-format/ X-VCS-Repository: dev/mgorny X-VCS-Files: dev-dotnet/pe-format/pe-format-2.9999.ebuild X-VCS-Directories: dev-dotnet/pe-format/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 70096923c024446b22a69f7536eb738612287c37 Date: Tue, 6 Dec 2011 21:32:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 78242980-d835-4cb5-bb88-6e9a68f18015 X-Archives-Hash: cb924650e6cfa3a27453532ba89b9061 commit: 70096923c024446b22a69f7536eb738612287c37 Author: Micha=C5=82 G=C3=B3rny gentoo org> AuthorDate: Tue Dec 6 10:38:07 2011 +0000 Commit: Micha=C5=82 G=C3=B3rny gentoo org> CommitDate: Tue Dec 6 10:38:07 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Ddev/mgorny.git;a=3D= commit;h=3D70096923 dev-dotnet/pe-format: Add .desktop database regen due to MIME association= introduced. (Portage version: 2.2.0_alpha79_p18/git/Linux x86_64, unsigned Manifest c= ommit) --- dev-dotnet/pe-format/pe-format-2.9999.ebuild | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/dev-dotnet/pe-format/pe-format-2.9999.ebuild b/dev-dotnet/pe= -format/pe-format-2.9999.ebuild index 7ab5a15..2999fea 100644 --- a/dev-dotnet/pe-format/pe-format-2.9999.ebuild +++ b/dev-dotnet/pe-format/pe-format-2.9999.ebuild @@ -12,7 +12,7 @@ EGIT_REPO_URI=3D"git://github.com/mgorny/${PN}2.git inherit git-2 #endif =20 -inherit autotools-utils systemd +inherit autotools-utils fdo-mime systemd =20 DESCRIPTION=3D"Intelligent PE executable wrapper for binfmt_misc" HOMEPAGE=3D"https://github.com/mgorny/pe-format2/" @@ -46,4 +46,6 @@ pkg_postinst() { ebegin "Calling pe-format2-setup to update handler setup" pe-format2-setup eend ${?} + + fdo-mime_desktop_database_update }