summaryrefslogtreecommitdiff
path: root/debian/mdadm.postrm
diff options
context:
space:
mode:
authorDimitri John Ledkov <xnox@ubuntu.com>2016-07-02 19:16:01 +0100
committerDimitri John Ledkov <xnox@ubuntu.com>2016-07-02 19:16:01 +0100
commit6449d8e5351269369b06a7bb4421ca809cfc9f84 (patch)
tree3cb83259723d112fd7b08b5bd299df2f5ee94009 /debian/mdadm.postrm
parent3daa86f837ad5bd61f2240a6a0303b19397e0e31 (diff)
parentb83f8fcaffa542498c5698a3a161b9967ac1d3d6 (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)