From ca114f3c76374493f0fd64f8ea0a9b96ae9b1dc5 Mon Sep 17 00:00:00 2001 From: Dimitri John Ledkov Date: Thu, 28 Jul 2016 15:51:35 +0100 Subject: Bring in changes from Ubuntu, to bring packages in sync. * Bring in changes from Ubuntu, to make the two packages in sync: - Drop README.Debian, quite out-of-date w.r.t. current packaging. - debian/control - on ubuntu, downgrade default-mta from Recommends to Suggests. - update-grub in postinst, if available (note does not update grub1). - drop stderr warnings in postrm. - drop presubj, out of date, and all types of bugs are welcomed. - on ubuntu, install apport package hook. - on ubuntu, install incremental assembly udev rules into udeb. --- debian/mdadm.postrm | 2 -- 1 file changed, 2 deletions(-) (limited to 'debian/mdadm.postrm') diff --git a/debian/mdadm.postrm b/debian/mdadm.postrm index eaa62ad3..a3c15f1b 100644 --- a/debian/mdadm.postrm +++ b/debian/mdadm.postrm @@ -8,8 +8,6 @@ set -e case "${1:-}" in remove) if command -v update-initramfs >/dev/null 2>&1; then - echo "W: mdadm: I'll update the initramfs, but if you need MD to boot" >&2 - echo "W: mdadm: with initramfs, your system may be left unbootable!" >&2 update-initramfs -u fi ;; -- cgit v1.2.3