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 0062113835A for ; Thu, 24 Sep 2020 02:12:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE476E0839; Thu, 24 Sep 2020 02:12:03 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 D7371E0839 for ; Thu, 24 Sep 2020 02:12:03 +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 87735340BF1 for ; Thu, 24 Sep 2020 02:12:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1039537C for ; Thu, 24 Sep 2020 02:12:01 +0000 (UTC) From: "Aaron W. Swenson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron W. Swenson" Message-ID: <1600913063.b1a430374abeef929ee143250f63a76c94348765.titanofold@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/upwork/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/upwork/upwork-5.4.5.1.ebuild X-VCS-Directories: app-office/upwork/ X-VCS-Committer: titanofold X-VCS-Committer-Name: Aaron W. Swenson X-VCS-Revision: b1a430374abeef929ee143250f63a76c94348765 X-VCS-Branch: master Date: Thu, 24 Sep 2020 02:12:01 +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: d44cd0ee-c184-4462-8f9a-c8adc21c979d X-Archives-Hash: 9c5b696f39fd82ff7907967827af42e9 commit: b1a430374abeef929ee143250f63a76c94348765 Author: Bruce Guenter untroubled org> AuthorDate: Thu Sep 3 19:52:05 2020 +0000 Commit: Aaron W. Swenson gentoo org> CommitDate: Thu Sep 24 02:04:23 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1a43037 app-office/upwork: Update the icon cache after install Closes: https://bugs.gentoo.org/733508 Package-Manager: Portage-3.0.4, Repoman-2.3.23 Signed-off-by: Bruce Guenter untroubled.org> Signed-off-by: Aaron W. Swenson gentoo.org> app-office/upwork/upwork-5.4.5.1.ebuild | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/app-office/upwork/upwork-5.4.5.1.ebuild b/app-office/upwork/upwork-5.4.5.1.ebuild index b539ecea774..809b4cdce15 100644 --- a/app-office/upwork/upwork-5.4.5.1.ebuild +++ b/app-office/upwork/upwork-5.4.5.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit desktop pax-utils rpm +inherit desktop pax-utils rpm xdg-utils DESCRIPTION="Project collaboration and tracking software for upwork.com" HOMEPAGE="https://www.upwork.com/" @@ -50,3 +50,11 @@ src_install() { domenu usr/share/applications/upwork.desktop doicon usr/share/icons/hicolor/128x128/apps/upwork.png } + +pkg_postinst() { + xdg_icon_cache_update +} + +pkg_postrm() { + xdg_icon_cache_update +}