File: postinst

package info (click to toggle)
ydotool 1.0.4-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 260 kB
  • sloc: ansic: 908; sh: 43; makefile: 10
file content (12 lines) | stat: -rwxr-xr-x 364 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/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