summaryrefslogtreecommitdiff
path: root/debian/mdadm.postrm
diff options
context:
space:
mode:
Diffstat (limited to 'debian/mdadm.postrm')
-rw-r--r--debian/mdadm.postrm12
1 files changed, 6 insertions, 6 deletions
diff --git a/debian/mdadm.postrm b/debian/mdadm.postrm
index 30309626..eaa62ad3 100644
--- a/debian/mdadm.postrm
+++ b/debian/mdadm.postrm
@@ -6,12 +6,12 @@
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
+ 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
;;
purge)