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 12607138334 for ; Wed, 27 Feb 2019 16:30:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29462E0971; Wed, 27 Feb 2019 16:30:48 +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 0075BE0971 for ; Wed, 27 Feb 2019 16:30:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 E86F9335CEF for ; Wed, 27 Feb 2019 16:30:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C4ED954F for ; Wed, 27 Feb 2019 16:30:42 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1551285030.e5c17898823be738c171db7bacf9896f27eed14f.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-tv/v4l-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-tv/v4l-utils/v4l-utils-1.16.3.ebuild X-VCS-Directories: media-tv/v4l-utils/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: e5c17898823be738c171db7bacf9896f27eed14f X-VCS-Branch: master Date: Wed, 27 Feb 2019 16:30: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 X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 241fbf0f-f9c4-4a9a-9794-7b8fe1b0333e X-Archives-Hash: cb8d7d5a07bb3aa3ba0f3a176264f6aa commit: e5c17898823be738c171db7bacf9896f27eed14f Author: Alexis Ballier gentoo org> AuthorDate: Wed Feb 27 13:22:37 2019 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Wed Feb 27 16:30:30 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5c17898 media-tv/v4l-utils: update icon cache Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Alexis Ballier gentoo.org> media-tv/v4l-utils/v4l-utils-1.16.3.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/media-tv/v4l-utils/v4l-utils-1.16.3.ebuild b/media-tv/v4l-utils/v4l-utils-1.16.3.ebuild index 8c1466e3ee7..8ce0dfa0ad3 100644 --- a/media-tv/v4l-utils/v4l-utils-1.16.3.ebuild +++ b/media-tv/v4l-utils/v4l-utils-1.16.3.ebuild @@ -62,3 +62,6 @@ src_install() { newdoc utils/dvb/README README.dvb newdoc utils/v4l2-compliance/fixme.txt fixme.txt.v4l2-compliance } + +pkg_postinst() { xdg_icon_cache_update; } +pkg_postrm() { xdg_icon_cache_update; }