diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-10-05 19:17:16 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-10-05 19:17:16 -0400 |
commit | 92989a3f6cc754dffa69b98292a7de457817a28c (patch) | |
tree | bad4896db2a6b486979e5356dbe054a8b45ab64b /debian | |
parent | ab2cc5040c58923fab4ad72b94fd1044b14acd2c (diff) |
make set -e
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/preinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/preinst b/debian/preinst index 12d3d83af..c588901df 100755 --- a/debian/preinst +++ b/debian/preinst @@ -1,5 +1,5 @@ #!/bin/sh - +set -e #DEBHELPER# if [ "$1" = upgrade ] && dpkg --compare-versions "$2" lt 1.2; then |