Enable debugging support to debian preinst hook

It is now possible to turn on debugging during an apt-get run by using `TRACE=1`
This commit is contained in:
Jose Diaz-Gonzalez
2015-12-31 08:22:38 -05:00
parent 908f551e0f
commit ae2b2febe9

4
debian/preinst vendored
View File

@@ -1,5 +1,5 @@
#!/bin/sh
set -e
#!/bin/bash
set -eo pipefail; [[ $TRACE ]] && set -x
. /usr/share/debconf/confmodule