summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Tokarev <mjt@tls.msk.ru>2014-09-20 15:16:41 +0400
committerMichael Tokarev <mjt@tls.msk.ru>2014-09-27 18:17:24 +0400
commitfdb8c74e012e6e6758088e6551615551afd28e1f (patch)
treefa7b3cdbf5d8bd247bab1c47d3e76a99949c58cc /debian
parent2f6971fe70647bf84fe55ca148561af0bc17ee2f (diff)
remove reference to old mdctl package
Diffstat (limited to 'debian')
-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