summarylogtreecommitdiffstats
path: root/gfxtablet-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'gfxtablet-git.install')
-rw-r--r--gfxtablet-git.install12
1 files changed, 6 insertions, 6 deletions
diff --git a/gfxtablet-git.install b/gfxtablet-git.install
index 298e87f7aaab..d2629c023b4c 100644
--- a/gfxtablet-git.install
+++ b/gfxtablet-git.install
@@ -1,9 +1,9 @@
post_install() {
- groupadd -r uinput
- echo "To run as normal user, update udev rules:"
- echo "# udevadm control -R"
- echo "# udevadm trigger"
- echo "Then add yourself to 'uinput' group."
- echo "# gpasswd -a $USER uinput"
+ groupadd -r wheel
+ udevadm control -R
+ udevadm trigger
+ echo "Add yourself to 'wheel' group."
+ echo "# gpasswd -a <USER> wheel"
+ echo "You may need to restart X server."
}