From a5197f302957b6bbc52891d5f8eb6c176809316c Mon Sep 17 00:00:00 2001 From: 13038267101 Date: Fri, 21 Oct 2022 16:52:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9Euos=E5=88=9A=E5=AE=89?= =?UTF-8?q?=E8=A3=85=E6=97=B6=E7=BB=99usb=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- uos/hg/DEBIAN/postinst | 2 ++ uos/hw/DEBIAN/postinst | 2 ++ uos/lsc/DEBIAN/postinst | 3 ++- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/uos/hg/DEBIAN/postinst b/uos/hg/DEBIAN/postinst index c073c50..47f548d 100755 --- a/uos/hg/DEBIAN/postinst +++ b/uos/hg/DEBIAN/postinst @@ -1,3 +1,5 @@ #!/bin/bash +udevadm control --reload-rules +udevadm trigger ldconfig \ No newline at end of file diff --git a/uos/hw/DEBIAN/postinst b/uos/hw/DEBIAN/postinst index c073c50..47f548d 100755 --- a/uos/hw/DEBIAN/postinst +++ b/uos/hw/DEBIAN/postinst @@ -1,3 +1,5 @@ #!/bin/bash +udevadm control --reload-rules +udevadm trigger ldconfig \ No newline at end of file diff --git a/uos/lsc/DEBIAN/postinst b/uos/lsc/DEBIAN/postinst index c073c50..bb18607 100755 --- a/uos/lsc/DEBIAN/postinst +++ b/uos/lsc/DEBIAN/postinst @@ -1,3 +1,4 @@ #!/bin/bash - +udevadm control --reload-rules +udevadm trigger ldconfig \ No newline at end of file