summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick McLean <chutzpah@gentoo.org>2023-11-29 16:39:41 -0800
committerPatrick McLean <chutzpah@gentoo.org>2023-11-29 16:39:41 -0800
commitf7ea80fdf7e5ba88f742fc097c37f74378f0c9ab (patch)
tree3cf38d4e11281742873441223033f5dac5c05793 /sys-auth
parentsys-auth/libfprint: add 1.94.6 (diff)
downloadgentoo-f7ea80fdf7e5ba88f742fc097c37f74378f0c9ab.tar.gz
gentoo-f7ea80fdf7e5ba88f742fc097c37f74378f0c9ab.tar.bz2
gentoo-f7ea80fdf7e5ba88f742fc097c37f74378f0c9ab.zip
sys-auth/libfprint: Call udev_reload
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'sys-auth')
-rw-r--r--sys-auth/libfprint/libfprint-1.94.6.ebuild8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys-auth/libfprint/libfprint-1.94.6.ebuild b/sys-auth/libfprint/libfprint-1.94.6.ebuild
index f64c798518a6..3d8d660c9291 100644
--- a/sys-auth/libfprint/libfprint-1.94.6.ebuild
+++ b/sys-auth/libfprint/libfprint-1.94.6.ebuild
@@ -60,3 +60,11 @@ src_configure() {
meson_src_configure
}
+
+pkg_postinst() {
+ udev_reload
+}
+
+pkg_postrm() {
+ udev_reload
+}