Set set -e in the body in body of the maintainers scripts
This commit is contained in:
parent
8a119de7b8
commit
aaa7106667
4
debian/postinst
vendored
4
debian/postinst
vendored
|
@ -1,4 +1,6 @@
|
||||||
#!/bin/sh -e
|
#!/bin/sh
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
templdir=/usr/share/nagios-snmp-plugins/pluginconfig
|
templdir=/usr/share/nagios-snmp-plugins/pluginconfig
|
||||||
|
|
||||||
|
|
4
debian/postrm.in
vendored
4
debian/postrm.in
vendored
|
@ -1,4 +1,6 @@
|
||||||
#!/bin/sh -e
|
#!/bin/sh
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
PLUGINS="@PLUGINS@"
|
PLUGINS="@PLUGINS@"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue