[Debian-live-changes] r2197 - dists/trunk/live-initramfs/debian

daniel at alioth.debian.org daniel at alioth.debian.org
Tue Jun 19 10:00:28 UTC 2007


Author: daniel
Date: 2007-06-19 10:00:28 +0000 (Tue, 19 Jun 2007)
New Revision: 2197

Modified:
   dists/trunk/live-initramfs/debian/live-initramfs.postinst
Log:


Modified: dists/trunk/live-initramfs/debian/live-initramfs.postinst
===================================================================
--- dists/trunk/live-initramfs/debian/live-initramfs.postinst	2007-06-19 10:00:24 UTC (rev 2196)
+++ dists/trunk/live-initramfs/debian/live-initramfs.postinst	2007-06-19 10:00:28 UTC (rev 2197)
@@ -1,5 +1,8 @@
 #!/bin/sh
 
-update-initramfs -k all -u
+if [ -x /usr/sbin/update-initramfs ]
+then
+	update-initramfs -k all -u
+fi
 
 #DEBHELPER#




More information about the Debian-live-changes mailing list