debian: set -e added in place of set -x

This commit is contained in:
Jason Mehring 2014-11-07 00:08:26 -05:00
parent a2bba58877
commit 802626c197
3 changed files with 3 additions and 3 deletions

2
debian/postrm vendored
View File

@ -3,7 +3,7 @@
#
# see: dh_installdeb(1)
set -x
set -e
# The prerm script may be called in the following ways:
# * <postrm> 'remove'

2
debian/preinst vendored
View File

@ -3,7 +3,7 @@
#
# see: dh_installdeb(1)
set -x
set -e
# The preinst script may be called in the following ways:
# * <new-preinst> 'install'

2
debian/prerm vendored
View File

@ -3,7 +3,7 @@
#
# see: dh_installdeb(1)
set -x
set -e
# The prerm script may be called in the following ways:
# * <prerm> 'remove'