summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Farina <zerochaos@gentoo.org>2023-02-22 11:05:19 -0500
committerRick Farina <zerochaos@gentoo.org>2023-02-22 11:35:38 -0500
commitd5a04450ecadf8fc3ad62391444ddde974c87378 (patch)
tree22a2cb766b00efc9aef2b4b32bb4aa187eeba1c7
parentmedia-libs/tiff: Fix several CVEs (diff)
downloadgentoo-d5a04450ecadf8fc3ad62391444ddde974c87378.tar.gz
gentoo-d5a04450ecadf8fc3ad62391444ddde974c87378.tar.bz2
gentoo-d5a04450ecadf8fc3ad62391444ddde974c87378.zip
net-wireless/osmo-fl2k: ebuild qa
add udev_reload Signed-off-by: Rick Farina <zerochaos@gentoo.org>
-rw-r--r--net-wireless/osmo-fl2k/osmo-fl2k-9999.ebuild10
1 files changed, 9 insertions, 1 deletions
diff --git a/net-wireless/osmo-fl2k/osmo-fl2k-9999.ebuild b/net-wireless/osmo-fl2k/osmo-fl2k-9999.ebuild
index f8ab9250ade2..04d502092441 100644
--- a/net-wireless/osmo-fl2k/osmo-fl2k-9999.ebuild
+++ b/net-wireless/osmo-fl2k/osmo-fl2k-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -52,3 +52,11 @@ src_install() {
# No obvious way to prevent build
find "${ED}" -name libosmo-fl2k.a -delete
}
+
+pkg_postinst() {
+ udev_reload
+}
+
+pkg_postrm() {
+ udev_reload
+}