We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If a device is plugged in when you install the ixo-usb-tag Debian package, then the udev rules should be triggered causing the fxload to run.
https://wiki.archlinux.org/index.php/Udev#Testing_rules_before_loading http://manpages.ubuntu.com/manpages/dapper/man8/udevplug.8.html
udevadm control --reload-rules udevadm trigger -v -t subsystems -c remove -s usb -a "idVendor=abcd" udevadm trigger --attr-match=subsystem=net
<@mithro> tumbleweed: What is the best way to run some udev commands after a package is installed? <tumbleweed> in the postinst script
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If a device is plugged in when you install the ixo-usb-tag Debian package, then the udev rules should be triggered causing the fxload to run.
https://wiki.archlinux.org/index.php/Udev#Testing_rules_before_loading
http://manpages.ubuntu.com/manpages/dapper/man8/udevplug.8.html
The text was updated successfully, but these errors were encountered: