From 4870db799550923da92379d107a6bdb71ced4860 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 11 Nov 2007 16:26:40 +0000 Subject: [PATCH] add missing set -e --- debian/postinst | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/postinst b/debian/postinst index f8c3e0ab..8d54689a 100644 --- a/debian/postinst +++ b/debian/postinst @@ -1,4 +1,5 @@ #!/bin/sh +set -e # Get tasksel's templates loaded up. . /usr/share/debconf/confmodule #DEBHELPER#