From 55677d14e4829d6a7859333d3560db346c228fdf Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 6 Jul 2013 18:31:18 -0600 Subject: Revert fauno deleting everything. The actual changes he made are: - delete pcr/ruby-haml/ruby-yard (improperly nested) - update pcr/transmission-remote-cli - update social/asterisk --- ~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-2-g168b