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 4374D138350 for ; Thu, 9 Apr 2020 12:38:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18693E09A5; Thu, 9 Apr 2020 12:38:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 EDF5CE09CA for ; Thu, 9 Apr 2020 12:38:24 +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 8C0D534F0B7 for ; Thu, 9 Apr 2020 12:38:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 475111E0 for ; Thu, 9 Apr 2020 12:38:15 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1586435864.0a9463b02a9e2573e381693b02e400a9d632e826.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-leechcraft/lc-bittorrent/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-leechcraft/lc-bittorrent/lc-bittorrent-9999.ebuild X-VCS-Directories: app-leechcraft/lc-bittorrent/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 0a9463b02a9e2573e381693b02e400a9d632e826 X-VCS-Branch: master Date: Thu, 9 Apr 2020 12:38:15 +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: 248f2624-f7e0-43a1-9d00-a2bb40a5276c X-Archives-Hash: bcb250a85794672f4e436ca33f605c7e commit: 0a9463b02a9e2573e381693b02e400a9d632e826 Author: 0xd34df00d <0xd34df00d gmail com> AuthorDate: Sun Apr 5 00:47:35 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Thu Apr 9 12:37:44 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a9463b0 app-leechcraft/lc-bittorrent: update XDG DB Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Georg Rudoy <0xd34df00d gmail.com> Signed-off-by: Joonas Niilola gentoo.org> app-leechcraft/lc-bittorrent/lc-bittorrent-9999.ebuild | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/app-leechcraft/lc-bittorrent/lc-bittorrent-9999.ebuild b/app-leechcraft/lc-bittorrent/lc-bittorrent-9999.ebuild index 7ac2ceed98f..bbae0221dbc 100644 --- a/app-leechcraft/lc-bittorrent/lc-bittorrent-9999.ebuild +++ b/app-leechcraft/lc-bittorrent/lc-bittorrent-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit leechcraft +inherit xdg-utils leechcraft DESCRIPTION="Full-featured BitTorrent client plugin for LeechCraft" @@ -28,3 +28,11 @@ src_configure() { ) cmake_src_configure } + +pkg_postinst() { + xdg_desktop_database_update +} + +pkg_postrm() { + xdg_desktop_database_update +}