[Pkg-nagios-changes] [pkg-nagios-snmp-plugins] 20/36: Set set -e in the body in body of the maintainers scripts
Jan Wagner
waja at moszumanska.debian.org
Wed Mar 5 22:24:32 UTC 2014
This is an automated email from the git hooks/post-receive script.
waja pushed a commit to branch master
in repository pkg-nagios-snmp-plugins.
commit aaa7106667fbca0fbcd81cc40806ca19d7e881c4
Author: Jan Wagner <waja at cyconet.org>
Date: Sun Mar 2 21:06:06 2014 +0100
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@"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/pkg-nagios-snmp-plugins.git
More information about the Pkg-nagios-changes
mailing list