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 0AC7F158091 for ; Fri, 17 Jun 2022 17:45:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1240E0AFA; 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 C5FA6E0AFA 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 4BD4F3416E3 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 7E46D44B 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.c3f49cdac4b6a8ed60b251e9a627146d1343d739.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/phodav/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/phodav/phodav-2.5.ebuild X-VCS-Directories: net-libs/phodav/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: c3f49cdac4b6a8ed60b251e9a627146d1343d739 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: ea8a476c-c92f-4764-a0e3-8fa5593565b9 X-Archives-Hash: 38f1bfe4ce86ba7e00ca49b189a189ee commit: c3f49cdac4b6a8ed60b251e9a627146d1343d739 Author: Matt Turner gentoo org> AuthorDate: Fri Jun 17 17:38:19 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=c3f49cda net-libs/phodav: Call udev_reload Closes: https://bugs.gentoo.org/848936 Signed-off-by: Matt Turner gentoo.org> net-libs/phodav/phodav-2.5.ebuild | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/net-libs/phodav/phodav-2.5.ebuild b/net-libs/phodav/phodav-2.5.ebuild index 0a100ae0377c..0e03c1c68781 100644 --- a/net-libs/phodav/phodav-2.5.ebuild +++ b/net-libs/phodav/phodav-2.5.ebuild @@ -59,3 +59,11 @@ src_install() { udev_dorules "${FILESDIR}/70-spice-webdavd.rules" fi } + +pkg_postinst() { + udev_reload +} + +pkg_postrm() { + udev_reload +}