summarylogtreecommitdiffstats
path: root/leap-motion-driver.install
diff options
context:
space:
mode:
authorM0Rf302017-04-29 15:07:43 +0200
committerM0Rf302017-04-29 15:07:43 +0200
commit5dc9a5e06d9e2556a2879992de3cb09d00fbf36f (patch)
treed5d4138963e89c42b42d87234d0d0063ab289718 /leap-motion-driver.install
parent962e026f0be76cbca6897d117b8bb3f0d5a41e86 (diff)
downloadaur-5dc9a5e06d9e2556a2879992de3cb09d00fbf36f.tar.gz
reworked package
Diffstat (limited to 'leap-motion-driver.install')
-rw-r--r--leap-motion-driver.install8
1 files changed, 8 insertions, 0 deletions
diff --git a/leap-motion-driver.install b/leap-motion-driver.install
new file mode 100644
index 000000000000..aa23f6ba5df0
--- /dev/null
+++ b/leap-motion-driver.install
@@ -0,0 +1,8 @@
+post_install(){
+ echo 'If not a member of a plugdev group, add yourself with the command:'
+ echo ' sudo usermod -a -G plugdev $USER'
+ echo 'Start the daemon by running:'
+ echo ' systemctl start leapd.service'
+ echo 'And start the GUI using:'
+ echo ' LeapControlPanel'
+} \ No newline at end of file