summarylogtreecommitdiffstats
path: root/xf86-input-mtrack-git.install
diff options
context:
space:
mode:
authorZachary Michaels2015-07-05 02:01:01 -0400
committerZachary Michaels2015-07-05 02:01:01 -0400
commitdb01279409b0ce40644a649c8bb7f4e50274740c (patch)
tree470b5e82f47c01da2cb598787609ed15fdac5d9a /xf86-input-mtrack-git.install
downloadaur-db01279409b0ce40644a649c8bb7f4e50274740c.tar.gz
AUR4
Diffstat (limited to 'xf86-input-mtrack-git.install')
-rw-r--r--xf86-input-mtrack-git.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/xf86-input-mtrack-git.install b/xf86-input-mtrack-git.install
new file mode 100644
index 000000000000..72e09a48fc6f
--- /dev/null
+++ b/xf86-input-mtrack-git.install
@@ -0,0 +1,11 @@
+post_install() {
+cat << EOF
+Note that you may need to add yourself to the input group:
+
+sudo gpasswd -a <Yourusername> input
+
+The config file is:
+
+/usr/share/X11/xorg.conf.d/10-mtrack.conf
+EOF
+}