summaryrefslogtreecommitdiff
path: root/~lukeshu/openni-all/openni-unstable/openni-mono.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-all/openni-unstable/openni-mono.install
parent7f8b2c28a13a5012b75ad50af920cb1c8aa4e986 (diff)
downloadabslibre-084b6768e5377dcde6e361837fce5f38ba237fac.tar.gz
abslibre-084b6768e5377dcde6e361837fce5f38ba237fac.tar.bz2
abslibre-084b6768e5377dcde6e361837fce5f38ba237fac.zip
move ~lukeshu/openni* to ~lukeshu/openni/openni*
Diffstat (limited to '~lukeshu/openni-all/openni-unstable/openni-mono.install')
-rw-r--r--~lukeshu/openni-all/openni-unstable/openni-mono.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/~lukeshu/openni-all/openni-unstable/openni-mono.install b/~lukeshu/openni-all/openni-unstable/openni-mono.install
new file mode 100644
index 000000000..72a6fb23d
--- /dev/null
+++ b/~lukeshu/openni-all/openni-unstable/openni-mono.install
@@ -0,0 +1,7 @@
+post_install() {
+ gacutil -i /usr/share/openni/mono/OpenNI.net.dll -gacdir /usr
+}
+
+post_remove() {
+ gacutil -u OpenNI.net -gacdir /usr
+}