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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AACA7158091 for ; Fri, 17 Jun 2022 17:45:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF1FAE0AF9; Fri, 17 Jun 2022 17:45:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 93222E0AF9 for ; Fri, 17 Jun 2022 17:45:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 63F45341722 for ; Fri, 17 Jun 2022 17:45:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A6A1F507 for ; Fri, 17 Jun 2022 17:45:13 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1655487897.302ba243f4d8ae073a8e081be3a647aa24e6de6c.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/colord/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/colord/colord-1.4.6.ebuild X-VCS-Directories: x11-misc/colord/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 302ba243f4d8ae073a8e081be3a647aa24e6de6c X-VCS-Branch: master Date: Fri, 17 Jun 2022 17:45:13 +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: 05e6c3f1-a149-4c82-96f2-09cb7ffcff33 X-Archives-Hash: 1451e96ed5b81b5d8fa8a3bffa9d57fe commit: 302ba243f4d8ae073a8e081be3a647aa24e6de6c Author: Matt Turner gentoo org> AuthorDate: Fri Jun 17 17:40:32 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Jun 17 17:44:57 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=302ba243 x11-misc/colord: Call udev_reload Closes: https://bugs.gentoo.org/852731 Signed-off-by: Matt Turner gentoo.org> x11-misc/colord/colord-1.4.6.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/x11-misc/colord/colord-1.4.6.ebuild b/x11-misc/colord/colord-1.4.6.ebuild index 04fd9fd77fd8..6b1521b25a0a 100644 --- a/x11-misc/colord/colord-1.4.6.ebuild +++ b/x11-misc/colord/colord-1.4.6.ebuild @@ -117,3 +117,7 @@ pkg_postinst() { udev_reload tmpfiles_process colord.conf } + +pkg_postrm() { + udev_reload +}