From f4b9017cca7feaf514fb2fd71c8de9fdbf87996c Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Sat, 9 Jan 2016 15:34:08 +0100 Subject: [PATCH] debian/postinst: fix kinect_fetch_fw usage for the new upstream version While at it also remove the redirection to stderr, and make the maintainer script return the status of kinect_fetch_fw if the latter fails. --- debian/postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/postinst b/debian/postinst index b51bed0..e145f60 100644 --- a/debian/postinst +++ b/debian/postinst @@ -14,7 +14,7 @@ case "$1" in db_input high kinect-audio-setup/eula_not_accepted || true db_go else - kinect_fetch_fw /lib/firmware/kinect /usr/sbin/kinect_upload_fw 1>&2 || true + kinect_fetch_fw /lib/firmware/kinect udevadm control --reload-rules || true fi ;; -- 2.1.4