blob: 9f51136195b6ca820b41d4ce3d3a2fc22bec16a9 (
plain)
1
2
3
4
5
6
|
post_install()
{
echo "$(tput setaf 4)To use libx52 as non-root user, you need to reload the udev rules$(tput sgr0)"
echo "$(tput setaf 2)sudo udevadm control --reload-rules$(tput sgr0)"
echo "$(tput setaf 2)sudo udevadm trigger --subsystem-match=usb --attr-match=idVendor=06a3 --action=add$(tput sgr0)"
}
|