[arch-commits] Commit in mdadm/trunk (PKGBUILD mdadm.install)

Dave Reisner dreisner at archlinux.org
Sat Apr 21 17:00:20 UTC 2012


    Date: Saturday, April 21, 2012 @ 13:00:19
  Author: dreisner
Revision: 156603

remove install scriptlet warning. mdadm 2.6.8 is nearing 4 years old

Modified:
  mdadm/trunk/PKGBUILD
Deleted:
  mdadm/trunk/mdadm.install

---------------+
 PKGBUILD      |    2 --
 mdadm.install |   10 ----------
 2 files changed, 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-04-21 15:51:04 UTC (rev 156602)
+++ PKGBUILD	2012-04-21 17:00:19 UTC (rev 156603)
@@ -19,8 +19,6 @@
         mdadm_hook
         mdadm_udev_install
         disable-werror.patch)
-
-install=mdadm.install
 replaces=('raidtools')
 md5sums=('d789d6ecb9c1d5ebcc64f0fc52bca92f'
          '6df172c8f77b280018cf87eb3d313f29'

Deleted: mdadm.install
===================================================================
--- mdadm.install	2012-04-21 15:51:04 UTC (rev 156602)
+++ mdadm.install	2012-04-21 17:00:19 UTC (rev 156603)
@@ -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
-}




More information about the arch-commits mailing list