updated on Tue Jan 10 08:08:34 UTC 2012
[aur-mirror.git] / mdadm-git / mdadm.install
blobe8404c2609998a2571ee39921286943525720c37
1 # arg 1:  the new package version
2 # arg 2:  the old package version
4 post_upgrade() {
5   if [ "$(vercmp $2 2.6.8-2)" -lt 0 -a "$(grep raid_partitions /etc/mkinitcpio.conf)" ]; then
6     echo "Attention mdadm update:"
7     echo "raid_partitions hook has been replaced by the more powerfull mdadm hook."
8     echo "Please update your /etc/mkinitcpio.conf accordingly."
9   fi