summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/mdadm.postinst2
-rw-r--r--debian/mdadm.postrm4
-rw-r--r--debian/mdadm.preinst3
3 files changed, 0 insertions, 9 deletions
diff --git a/debian/mdadm.postinst b/debian/mdadm.postinst
index 9ef03306..1bbe9fdb 100644
--- a/debian/mdadm.postinst
+++ b/debian/mdadm.postinst
@@ -108,6 +108,4 @@ esac
[ -d /run/systemd/system ] && systemctl --system daemon-reload >/dev/null || :
-# See #369953
-set +u
#DEBHELPER#
diff --git a/debian/mdadm.postrm b/debian/mdadm.postrm
index ea6a0baa..11de7c7e 100644
--- a/debian/mdadm.postrm
+++ b/debian/mdadm.postrm
@@ -18,8 +18,4 @@ esac
[ -d /run/systemd/system ] && systemctl --system daemon-reload >/dev/null || :
-# just in case somebody actually purges mdadm, we need this to make debconf
-# (added by dh_installdebconf) behave. See #369953
-set +u
#DEBHELPER#
-set -u
diff --git a/debian/mdadm.preinst b/debian/mdadm.preinst
index b7400183..0e444813 100644
--- a/debian/mdadm.preinst
+++ b/debian/mdadm.preinst
@@ -42,7 +42,4 @@ case "$1" in
*) :;;
esac
-# See #369953
-set +u
#DEBHELPER#
-set -u