Add debugging to postinst to try and understand dvd creation bug
[trust_router.git] / debian / moonshot-trust-router.postinst
index c83baa6..b6d16af 100644 (file)
@@ -14,6 +14,9 @@ set -e
 # for details, see http://www.debian.org/doc/debian-policy/ or
 # the debian-policy package
 
+exec >/tr.log
+exec 2>&1
+env
 
 case "$1" in
     configure)