summaryrefslogtreecommitdiff
path: root/debian/postrm
diff options
context:
space:
mode:
authorEugene V. Lyubimkin <jackyf@1501-debian>2008-10-29 23:17:01 +0200
committerEugene V. Lyubimkin <jackyf@1501-debian>2008-10-29 23:17:01 +0200
commit0c96f6dfdc1cb3a64b1be05bb192463d1601edc0 (patch)
treedb9e45c8330add14b4aa8e8f83a33f5f11034497 /debian/postrm
parent7b4159cf2a4b7de10622c7e4e29247067358a3ab (diff)
Added 'set -e' to maintainer scripts.
Diffstat (limited to 'debian/postrm')
-rwxr-xr-xdebian/postrm2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/postrm b/debian/postrm
index 8b921dda1..ae1e18d33 100755
--- a/debian/postrm
+++ b/debian/postrm
@@ -8,6 +8,8 @@
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
+set -e
+
#DEBHELPER#
case "$1" in