summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Metzler <ametzler@downhill.at.eu.org>2013-08-08 20:08:56 +0200
committerAndreas Metzler <ametzler@downhill.at.eu.org>2013-08-08 20:08:56 +0200
commit12b7f769e94f8caae061d46df3917a158a4df307 (patch)
tree8189445d1b477065c1018390b743cbb87d3f1671
parent860d5ff23f585c00c8e3858b6643eaa1f2dd1f7b (diff)
downloadexim4-12b7f769e94f8caae061d46df3917a158a4df307.tar.gz
Fixup newly added exim4-base.preinst
[lintian] Add set -e and +#DEBHELPER#
-rw-r--r--debian/exim4-base.preinst5
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/exim4-base.preinst b/debian/exim4-base.preinst
index ff53dbb..6b21759 100644
--- a/debian/exim4-base.preinst
+++ b/debian/exim4-base.preinst
@@ -1,5 +1,8 @@
#! /bin/sh
+set -e
+
+
# Remove a no-longer used conffile
rm_conffile() {
local PKGNAME="$1"
@@ -28,3 +31,5 @@ install|upgrade)
rm_conffile mypackage "/etc/cron.monthly/exim4-base"
fi
esac
+
+#DEBHELPER#