#1034337 ltunify: udev not triggered after installation

Package:
ltunify
Source:
ltunify
Description:
manage Logitech unifying receivers
Submitter:
Laurent Bigonville
Date:
2023-04-13 08:18:04 UTC
Severity:
normal
#1034337#5
Date:
2023-04-13 08:15:42 UTC
From:
To:
Hello,

It seems that the package is installing a udev rules file, but udev is
not (re)triggered after installation.

You should probably add something like that (to be tested) in the postinst script:

udevadm control --reload || true
udevadm trigger --subsystem-match=hidraw --action=change || true

Kind regards,
Laurent Bigonville