summaryrefslogtreecommitdiff
path: root/debian/mdadm.postrm
diff options
context:
space:
mode:
authorDimitri John Ledkov <xnox@ubuntu.com>2016-07-02 20:16:01 +0200
committerDimitri John Ledkov <xnox@ubuntu.com>2016-07-02 20:16:01 +0200
commit4a086930194bc431c9ae7bd97b552e33cd4f3d26 (patch)
tree3cb83259723d112fd7b08b5bd299df2f5ee94009 /debian/mdadm.postrm
parent3daa86f837ad5bd61f2240a6a0303b19397e0e31 (diff)
parent54439ce5dc6b0bd123a9e5e53a2f3db77a857cea (diff)
Record mdadm (3.4-2) in archive suite sid
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)