From aaa7106667fbca0fbcd81cc40806ca19d7e881c4 Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Sun, 2 Mar 2014 21:06:06 +0100 Subject: [PATCH] Set set -e in the body in body of the maintainers scripts --- debian/postinst | 4 +++- debian/postrm.in | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/debian/postinst b/debian/postinst index 7db878e..55a755d 100644 --- a/debian/postinst +++ b/debian/postinst @@ -1,4 +1,6 @@ -#!/bin/sh -e +#!/bin/sh + +set -e templdir=/usr/share/nagios-snmp-plugins/pluginconfig diff --git a/debian/postrm.in b/debian/postrm.in index c4dcc12..e48c8cf 100644 --- a/debian/postrm.in +++ b/debian/postrm.in @@ -1,4 +1,6 @@ -#!/bin/sh -e +#!/bin/sh + +set -e PLUGINS="@PLUGINS@"