[kernel] r18618 - in dists/trunk/linux-2.6/debian: . templates/temp.image.plain

Ben Hutchings benh at alioth.debian.org
Tue Jan 24 06:40:15 UTC 2012


Author: benh
Date: Tue Jan 24 06:40:12 2012
New Revision: 18618

Log:
Remove last vestige of /usr/doc transition from linux-image prerm script

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

Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog	Tue Jan 24 06:38:10 2012	(r18617)
+++ dists/trunk/linux-2.6/debian/changelog	Tue Jan 24 06:40:12 2012	(r18618)
@@ -4,6 +4,7 @@
   * Stop changing 'build' and 'source' symlinks in linux-image maintainer
     scripts; these symlinks now belong to the linux-headers packages
   * Remove unused configuration variables from linux-image maintainer scripts
+  * Remove last vestige of /usr/doc transition from linux-image prerm script
 
  -- Ben Hutchings <ben at decadent.org.uk>  Tue, 24 Jan 2012 06:19:55 +0000
 

Modified: dists/trunk/linux-2.6/debian/templates/temp.image.plain/prerm
==============================================================================
--- dists/trunk/linux-2.6/debian/templates/temp.image.plain/prerm	Tue Jan 24 06:38:10 2012	(r18617)
+++ dists/trunk/linux-2.6/debian/templates/temp.image.plain/prerm	Tue Jan 24 06:40:12 2012	(r18618)
@@ -26,12 +26,6 @@
 my $running = '';
 my $WouldInvalidate = 0;
 
-if ($ARGV[0] && ($ARGV[0] =~ /remove/ || $ARGV[0] =~ /upgrade/)) {
-  if (-l "/usr/doc/linux-image-$version") {
-    unlink "/usr/doc/linux-image-$version";
-  }
-}
-
 # Ignore all invocations uxcept when called on to remove
 exit 0 unless ($ARGV[0] && $ARGV[0] =~ /remove/) ;
 



More information about the Kernel-svn-changes mailing list