From edec45419def1b81bd663a2859684ef55ba56269 Mon Sep 17 00:00:00 2001 From: Parabola Date: Mon, 28 May 2012 20:14:47 +0000 Subject: Mon May 28 20:14:39 UTC 2012 --- core/mdadm/mdadm.install | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 core/mdadm/mdadm.install (limited to 'core/mdadm') diff --git a/core/mdadm/mdadm.install b/core/mdadm/mdadm.install deleted file mode 100644 index e8404c260..000000000 --- a/core/mdadm/mdadm.install +++ /dev/null @@ -1,10 +0,0 @@ -# arg 1: the new package version -# arg 2: the old package version - -post_upgrade() { - if [ "$(vercmp $2 2.6.8-2)" -lt 0 -a "$(grep raid_partitions /etc/mkinitcpio.conf)" ]; then - echo "Attention mdadm update:" - echo "raid_partitions hook has been replaced by the more powerfull mdadm hook." - echo "Please update your /etc/mkinitcpio.conf accordingly." - fi -} -- cgit v1.2.3-54-g00ecf