This commit is contained in:
positivcheg94
2016-05-18 08:22:53 +03:00
parent 725282637a
commit bfe34819aa
3 changed files with 7 additions and 6 deletions

5
librealsense.install Normal file
View File

@@ -0,0 +1,5 @@
post_install() {
getent group realsense >/dev/null 2>&1 || groupadd realsense
udevadm control --reload-rules
echo "to use this driver you should add user to realsense group"
}