diff options
author | Matt Johnston <matt@ucc.asn.au> | 2005-07-08 13:27:28 +0000 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2005-07-08 13:27:28 +0000 |
commit | 03731c723bda295a6f6ee8346d622ea45d796563 (patch) | |
tree | 006d63ab3052d25afbf9ba126668ba99a9991e1f /debian/dropbear.prerm | |
parent | e903109d9f91f014ceb5ffa2918440d4d12acd61 (diff) |
* 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.prerm | 2 |
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 |