summarylogtreecommitdiffstats
path: root/ds4drv.install
diff options
context:
space:
mode:
Diffstat (limited to 'ds4drv.install')
-rw-r--r--ds4drv.install3
1 files changed, 3 insertions, 0 deletions
diff --git a/ds4drv.install b/ds4drv.install
new file mode 100644
index 000000000000..a9658332d27e
--- /dev/null
+++ b/ds4drv.install
@@ -0,0 +1,3 @@
+post_install() {
+ echo $'You must run the following command to allow ds4drv access to uinput:\nudevadm control --reload-rules; rmmod uinput; modprobe uinput\nAlso, on some systems it may be necessary for you to force the uinput module to load at boot, as follows:\necho \"uinput\" > /etc/modules-load.d/uinput.conf'
+}