#! /bin/sh
set -e

if [ -e /proc/mdstat ] && grep -q ^md /proc/mdstat; then
	apt-install mdadm
fi
