summaryrefslogtreecommitdiff
path: root/~lukeshu/openni-unstable/openni-core.install
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2012-01-22 22:41:02 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2012-01-22 22:41:02 -0500
commit084b6768e5377dcde6e361837fce5f38ba237fac (patch)
treeac9a9e51bb4541f56884e0051cd466e22fd0f678 /~lukeshu/openni-unstable/openni-core.install
parent7f8b2c28a13a5012b75ad50af920cb1c8aa4e986 (diff)
move ~lukeshu/openni* to ~lukeshu/openni/openni*
Diffstat (limited to '~lukeshu/openni-unstable/openni-core.install')
-rw-r--r--~lukeshu/openni-unstable/openni-core.install11
1 files changed, 0 insertions, 11 deletions
diff --git a/~lukeshu/openni-unstable/openni-core.install b/~lukeshu/openni-unstable/openni-core.install
deleted file mode 100644
index 8470f4512..000000000
--- a/~lukeshu/openni-unstable/openni-core.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- MODULES="libnimMockNodes.so libnimCodecs.so libnimRecorder.so"
- for module in $MODULES
- do
- /usr/bin/niReg /usr/lib/$module
- done
-}
-
-pre_remove() {
- rm /var/lib/ni/modules.xml
-}