post_install() { echo "" echo "User needs be in input group, afterwards reboot system" echo "sudo usermod -aG input $USER" echo "" }