aboutsummaryrefslogtreecommitdiffstats
path: root/host/cmake/debian
diff options
context:
space:
mode:
Diffstat (limited to 'host/cmake/debian')
-rwxr-xr-xhost/cmake/debian/postinst.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/host/cmake/debian/postinst.in b/host/cmake/debian/postinst.in
index bc27c46f0..3991992ee 100755
--- a/host/cmake/debian/postinst.in
+++ b/host/cmake/debian/postinst.in
@@ -19,5 +19,6 @@
if [ "$1" = "configure" ]; then
cp @CMAKE_INSTALL_PREFIX@/lib/uhd/utils/uhd-usrp.rules /etc/udev/rules.d/uhd-usrp.rules
udevadm control --reload-rules
+ udevadm trigger
ldconfig
fi