summaryrefslogtreecommitdiff
path: root/debian/mdadm.postinst
diff options
context:
space:
mode:
Diffstat (limited to 'debian/mdadm.postinst')
-rw-r--r--debian/mdadm.postinst5
1 files changed, 0 insertions, 5 deletions
diff --git a/debian/mdadm.postinst b/debian/mdadm.postinst
index e965433a..9b07950c 100644
--- a/debian/mdadm.postinst
+++ b/debian/mdadm.postinst
@@ -23,11 +23,6 @@ case "${1:-}" in
ALTCONFIG=/etc/mdadm.conf
MDADM=/sbin/mdadm
- if [ -z "${2:-}" ] && [ -s /etc/mdctl/mdctl.conf ] \
- && [ ! -f /etc/mdadm/mdadm.conf ]; then
- cp -a /etc/mdctl/mdctl.conf /etc/mdadm/mdadm.conf
- fi
-
# load current settings, most of which will be overwritten.
[ -f $DEBIANCONFIG ] && . $DEBIANCONFIG