From 084b6768e5377dcde6e361837fce5f38ba237fac Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 22 Jan 2012 22:41:02 -0500 Subject: move ~lukeshu/openni* to ~lukeshu/openni/openni* --- ~lukeshu/openni-all/openni-unstable/openni-core.install | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 ~lukeshu/openni-all/openni-unstable/openni-core.install (limited to '~lukeshu/openni-all/openni-unstable/openni-core.install') diff --git a/~lukeshu/openni-all/openni-unstable/openni-core.install b/~lukeshu/openni-all/openni-unstable/openni-core.install new file mode 100644 index 000000000..8470f4512 --- /dev/null +++ b/~lukeshu/openni-all/openni-unstable/openni-core.install @@ -0,0 +1,11 @@ +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 +} -- cgit v1.2.3-54-g00ecf