[SCM] primesense-kinect-sensor/master: Fix postinst module name with the one provided by the kinect-enabled branch

kalfa at users.alioth.debian.org kalfa at users.alioth.debian.org
Wed Jun 1 10:11:46 UTC 2011


The following commit has been merged in the master branch:
commit 2ccc22339a97576f7f4dc8dd57548159da296712
Author: Cosimo Alfarano <cosimo.alfarano at collabora.co.uk>
Date:   Tue May 31 14:49:38 2011 +0100

    Fix postinst module name with the one provided by the kinect-enabled branch

diff --git a/debian/postinst b/debian/postinst
index 187b11d..d6d8a2f 100644
--- a/debian/postinst
+++ b/debian/postinst
@@ -3,7 +3,7 @@
 set -e
 
 MODULE_DIR="/usr/lib/"
-MODULES="libXnDeviceSensorV2.so libXnDeviceFile.so"
+MODULES="libXnDeviceSensorV2KM.so libXnDeviceFile.so"
 
 if [ "$1" = "configure" ]; then
 	for module in $MODULES; do

-- 
primesense-kinect-sensor packaging



More information about the pkg-multimedia-commits mailing list