diff options
author | root <root@rshg054.dnsready.net> | 2013-07-04 00:45:57 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-07-04 00:45:57 -0700 |
commit | 04b07250d0055e5cecd7c998660c5595699cfe1c (patch) | |
tree | 8697097210dfb2b705afb6ba145dafd08c476f84 /~lukeshu/openni-all/openni-unstable/openni-core.install | |
parent | 68e8645dcd1ce619af6d92f3645c43b15bc5ac71 (diff) |
Thu Jul 4 00:45:57 PDT 2013
Diffstat (limited to '~lukeshu/openni-all/openni-unstable/openni-core.install')
-rw-r--r-- | ~lukeshu/openni-all/openni-unstable/openni-core.install | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/~lukeshu/openni-all/openni-unstable/openni-core.install b/~lukeshu/openni-all/openni-unstable/openni-core.install deleted file mode 100644 index 8470f4512..000000000 --- a/~lukeshu/openni-all/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 -} |