[kernel] r12163 - dists/trunk/linux-2.6/debian/templates/temp.image.plain

Maximilian Attems maks at alioth.debian.org
Thu Sep 4 13:53:03 UTC 2008


Author: maks
Date: Thu Sep  4 13:52:56 2008
New Revision: 12163

Log:
postinst don't spam on reinstall

user proably don't even cares about the symbolic link,
nuke 2 messages as they don't provide info.
nor is there any action for the admin.

Modified:
   dists/trunk/linux-2.6/debian/templates/temp.image.plain/postinst

Modified: dists/trunk/linux-2.6/debian/templates/temp.image.plain/postinst
==============================================================================
--- dists/trunk/linux-2.6/debian/templates/temp.image.plain/postinst	(original)
+++ dists/trunk/linux-2.6/debian/templates/temp.image.plain/postinst	Thu Sep  4 13:52:56 2008
@@ -1008,12 +1008,6 @@
       handle_missing_link("initrd.img", $image_dest, "initrd.img-$version",
                           $realimageloc);
     }
-    else {
-      print STDERR
-        "Not updating initrd symbolic links since we are being updated/reinstalled \n";
-      print STDERR
-        "($ARGV[1] was configured last, according to dpkg)\n";
-    }
   }
 
   if ($initrd && -l "initrd" ) {
@@ -1078,12 +1072,6 @@
     handle_missing_link($kimage, $image_dest, "$kimage-$version", 
                         $realimageloc);
   }
-  else {
-    print STDERR
-      "Not updating image symbolic links since we are being updated/reinstalled \n";
-    print STDERR
-      "($ARGV[1] was configured last, according to dpkg)\n";
-  }
 }
 
 # We used to have System.* files in /



More information about the Kernel-svn-changes mailing list