summaryrefslogtreecommitdiff
path: root/debian/dropbear.prerm
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2005-07-08 13:27:28 +0000
committerMatt Johnston <matt@ucc.asn.au>2005-07-08 13:27:28 +0000
commit03731c723bda295a6f6ee8346d622ea45d796563 (patch)
tree006d63ab3052d25afbf9ba126668ba99a9991e1f /debian/dropbear.prerm
parente903109d9f91f014ceb5ffa2918440d4d12acd61 (diff)
downloaddropbear-03731c723bda295a6f6ee8346d622ea45d796563.tar.gz
* patch up to date with debian 0.45-3 diff
--HG-- extra : convert_revision : d0935a5d91dac334274693f8d9cd7ae6fd8c2c31
Diffstat (limited to 'debian/dropbear.prerm')
-rw-r--r--debian/dropbear.prerm2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/dropbear.prerm b/debian/dropbear.prerm
index 89bb5b6..e63cdb8 100644
--- a/debian/dropbear.prerm
+++ b/debian/dropbear.prerm
@@ -1,5 +1,5 @@
#!/bin/sh
-set -u
+set -e
test "$1" = 'remove' || test "$1" = 'deconfigure' || exit 0
if test -x /etc/init.d/dropbear; then