summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Tokarev <mjt@tls.msk.ru>2014-10-04 20:18:59 +0400
committerMichael Tokarev <mjt@tls.msk.ru>2014-10-04 21:07:43 +0400
commitf671341b70f8edaaa63704b73fd760ef013fa504 (patch)
tree9156eb501df054192fc61e6570c3dd2652883b3e /debian
parent61c54b388ce54b8129d039aa6d422aaca0dd0e77 (diff)
clean up maintscripts from #369953 leftovers
Diffstat (limited to 'debian')
-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