summaryrefslogtreecommitdiff
path: root/debian/mdadm.postinst
diff options
context:
space:
mode:
authorMichael Tokarev <mjt@tls.msk.ru>2014-11-14 19:01:38 +0300
committerMichael Tokarev <mjt@tls.msk.ru>2014-11-14 19:02:09 +0300
commit425d44386f96f105b5e53e0d91018c28fdaa9eda (patch)
tree08d0effbbf2b0fc596fccf31f703e02f5edd8ec2 /debian/mdadm.postinst
parent225a9210d40c6780b50996d53bff7f836834b99f (diff)
remove set -u from maintscripts (#766308)
Diffstat (limited to 'debian/mdadm.postinst')
-rw-r--r--debian/mdadm.postinst3
1 files changed, 1 insertions, 2 deletions
diff --git a/debian/mdadm.postinst b/debian/mdadm.postinst
index bf0db667..bda3b27d 100644
--- a/debian/mdadm.postinst
+++ b/debian/mdadm.postinst
@@ -3,10 +3,9 @@
# Copyright © 2005-2008 Martin F. Krafft <madduck@debian.org>
# Distributable under the terms of the GNU GPL version 2.
#
+set -e
. /usr/share/debconf/confmodule
-# See #369953 for ordering
-set -eu
case "${1:-}" in
configure|reconfigure)