diff options
author | Kenneth Chan <kenneth.t.chan@gmail.com> | 2021-09-07 22:54:34 +1200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-09-16 00:45:33 +0700 |
commit | f6741cc546e0c247cb7bee2894118d777cc76daf (patch) | |
tree | f8a36569e95bf3acb36e21a86af3b9f4ce923286 /system/scangearmp2/doinst.sh | |
parent | 799067919c8b9c3723f5b3be65c01554f15541aa (diff) |
system/scangearmp2: Update for version 4.10.1 and bug fix.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/scangearmp2/doinst.sh')
-rw-r--r-- | system/scangearmp2/doinst.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/system/scangearmp2/doinst.sh b/system/scangearmp2/doinst.sh new file mode 100644 index 0000000000000..29048cbbada64 --- /dev/null +++ b/system/scangearmp2/doinst.sh @@ -0,0 +1,5 @@ +# reload udev rules +if [ -x /sbin/udevadm ]; then + /sbin/udevadm control --reload-rules 2> /dev/null + /sbin/udevadm trigger --action=add --subsystem-match=usb 2> /dev/null +fi |