summarylogtreecommitdiffstats
path: root/gnome-x11-gesture-daemon.install
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-x11-gesture-daemon.install')
-rw-r--r--gnome-x11-gesture-daemon.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/gnome-x11-gesture-daemon.install b/gnome-x11-gesture-daemon.install
new file mode 100644
index 000000000000..582e0952dc8b
--- /dev/null
+++ b/gnome-x11-gesture-daemon.install
@@ -0,0 +1,9 @@
+post_install() {
+ echo ""
+ echo "User needs be in input group:"
+ echo "sudo usermod -aG input $USER"
+ echo ""
+ echo "Enable the service and reboot:"
+ echo "systemctl enable gesture_improvements_gesture_daemon"
+ echo ""
+}