post_install() {
  echo ""
  echo "User needs be in 'input' group"
  echo "Run: 'sudo usermod -aG input \$USER'"
  echo "Afterwards reboot the system"
  echo ""
}

