#!/bin/sh
set -e

deb-systemd-invoke restart systemd-udevd || true

echo 'Make sure your user is in the `input` group by running the following command:'
echo '  $ sudo usermod -aG input $USER'
echo 'Then either reboot or restart your user session so the daemon can work properly'
echo 'Check /usr/share/doc/ydotool/README.Debian for more info'

#DEBHELPER#
exit 0
