From 67583f53b8cc140ca29e9daebaaa09e575fe0ee7 Mon Sep 17 00:00:00 2001 From: John Einar Reitan Date: Thu, 16 Jun 2022 09:21:49 +0200 Subject: sys-power/apcupsd: Call udev_reload on install Closes: https://bugs.gentoo.org/852284 Signed-off-by: John Einar Reitan Closes: https://github.com/gentoo/gentoo/pull/25921 Signed-off-by: Sam James --- sys-power/apcupsd/apcupsd-3.14.14-r3.ebuild | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys-power') diff --git a/sys-power/apcupsd/apcupsd-3.14.14-r3.ebuild b/sys-power/apcupsd/apcupsd-3.14.14-r3.ebuild index d07f4d82209a..7e9251a07001 100644 --- a/sys-power/apcupsd/apcupsd-3.14.14-r3.ebuild +++ b/sys-power/apcupsd/apcupsd-3.14.14-r3.ebuild @@ -118,6 +118,8 @@ src_install() { } pkg_postinst() { + use kernel_linux && udev_reload + tmpfiles_process ${PN}-tmpfiles.conf if use cgi ; then -- cgit v1.2.3-65-gdbad