summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gnome-x11-gesture-daemon.install6
1 files changed, 4 insertions, 2 deletions
diff --git a/gnome-x11-gesture-daemon.install b/gnome-x11-gesture-daemon.install
index d0c0a2036fd2..68ac30994578 100644
--- a/gnome-x11-gesture-daemon.install
+++ b/gnome-x11-gesture-daemon.install
@@ -1,6 +1,8 @@
post_install() {
echo ""
- echo "User needs be in input group, afterwards reboot system"
- echo "sudo usermod -aG input $USER"
+ echo "User needs be in 'input' group"
+ echo "Run: 'sudo usermod -aG input \$USER'"
+ echo "Afterwards reboot the system"
echo ""
}
+