summaryrefslogtreecommitdiff
path: root/~lukeshu/openni-all/openni-module-sensorkinect-git/sensorkinect.install
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-04 00:45:57 -0700
committerroot <root@rshg054.dnsready.net>2013-07-04 00:45:57 -0700
commit04b07250d0055e5cecd7c998660c5595699cfe1c (patch)
tree8697097210dfb2b705afb6ba145dafd08c476f84 /~lukeshu/openni-all/openni-module-sensorkinect-git/sensorkinect.install
parent68e8645dcd1ce619af6d92f3645c43b15bc5ac71 (diff)
Thu Jul 4 00:45:57 PDT 2013
Diffstat (limited to '~lukeshu/openni-all/openni-module-sensorkinect-git/sensorkinect.install')
-rw-r--r--~lukeshu/openni-all/openni-module-sensorkinect-git/sensorkinect.install15
1 files changed, 0 insertions, 15 deletions
diff --git a/~lukeshu/openni-all/openni-module-sensorkinect-git/sensorkinect.install b/~lukeshu/openni-all/openni-module-sensorkinect-git/sensorkinect.install
deleted file mode 100644
index d62d263d1..000000000
--- a/~lukeshu/openni-all/openni-module-sensorkinect-git/sensorkinect.install
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-
-export MODULES="libXnDeviceSensorV2KM.so libXnDeviceFile.so"
-
-post_install() {
- for module in $MODULES; do
- /usr/bin/niReg -r /usr/lib/$module /etc/primesense
- done
-}
-
-pre_remove() {
- for module in $MODULES; do
- /usr/bin/niReg -u /usr/lib/$module
- done
-}