summaryrefslogtreecommitdiff
path: root/~lukeshu/openni-all/openni/openni.install
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-05-31 21:24:03 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-05-31 21:27:21 -0400
commit19db09a7c48c4cade7698df3ab7e50f1de439f88 (patch)
tree95eaa573b5a12edab4e9870af839cc85d9df7883 /~lukeshu/openni-all/openni/openni.install
parentda916c690230bc1da612c3404c66603a1d9e8cd5 (diff)
downloadabslibre-19db09a7c48c4cade7698df3ab7e50f1de439f88.tar.gz
abslibre-19db09a7c48c4cade7698df3ab7e50f1de439f88.tar.bz2
abslibre-19db09a7c48c4cade7698df3ab7e50f1de439f88.zip
Remove old things from ~lukeshu
Diffstat (limited to '~lukeshu/openni-all/openni/openni.install')
-rw-r--r--~lukeshu/openni-all/openni/openni.install11
1 files changed, 0 insertions, 11 deletions
diff --git a/~lukeshu/openni-all/openni/openni.install b/~lukeshu/openni-all/openni/openni.install
deleted file mode 100644
index 8470f4512..000000000
--- a/~lukeshu/openni-all/openni/openni.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
-}