Set set -e in the body in body of the maintainers scripts

This commit is contained in:
Jan Wagner 2014-03-02 21:06:06 +01:00
parent 8a119de7b8
commit aaa7106667
2 changed files with 6 additions and 2 deletions

4
debian/postinst vendored
View file

@ -1,4 +1,6 @@
#!/bin/sh -e
#!/bin/sh
set -e
templdir=/usr/share/nagios-snmp-plugins/pluginconfig

4
debian/postrm.in vendored
View file

@ -1,4 +1,6 @@
#!/bin/sh -e
#!/bin/sh
set -e
PLUGINS="@PLUGINS@"