[Dmraid-debian-commits] [SCM] Maintenance of the dmraid package branch, master, updated. debian/1.0.0.rc15-6-1-gc617e81

Giuseppe Iuculano giuseppe at iuculano.it
Mon Apr 6 15:22:50 UTC 2009


The following commit has been merged in the master branch:
commit c617e8163d7214a5c114a21c60bc1fe807c322c5
Author: Giuseppe Iuculano <giuseppe at iuculano.it>
Date:   Mon Apr 6 17:22:37 2009 +0200

    debian/dmraid.postinst: Do not run update-initramfs if it is not installed (Closes: #522799)

diff --git a/debian/dmraid.postinst b/debian/dmraid.postinst
index 4d1040f..c2af68b 100644
--- a/debian/dmraid.postinst
+++ b/debian/dmraid.postinst
@@ -8,7 +8,6 @@ case "$1" in
     if command -v update-initramfs >/dev/null 2>&1; then
 	    update-initramfs -u
     fi
-      update-initramfs -u
     # Activate existing arrays now.
     udevadm trigger --subsystem-match=block --action=change
 

-- 
Maintenance of the dmraid package



More information about the Dmraid-debian-commits mailing list