[Debian-live-changes] r936 - dists/trunk/live-helper/hooks
    Daniel Baumann 
    daniel at alioth.debian.org
       
    Thu Apr  5 14:48:45 UTC 2007
    
    
  
Author: daniel
Date: 2007-04-05 14:48:45 +0000 (Thu, 05 Apr 2007)
New Revision: 936
Modified:
   dists/trunk/live-helper/hooks/mini
   dists/trunk/live-helper/hooks/minimal
Log:
Modified: dists/trunk/live-helper/hooks/mini
===================================================================
--- dists/trunk/live-helper/hooks/mini	2007-04-04 07:47:23 UTC (rev 935)
+++ dists/trunk/live-helper/hooks/mini	2007-04-05 14:48:45 UTC (rev 936)
@@ -10,7 +10,7 @@
 set -e
 
 # Removing unused packages
-apt-get remove --purge --yes apt-utils aptitude libdb4.4
+apt-get remove --purge --yes apt-utils aptitude
 apt-get remove --purge --yes man-db manpages info
 apt-get remove --purge --yes ssl wget
 
Modified: dists/trunk/live-helper/hooks/minimal
===================================================================
--- dists/trunk/live-helper/hooks/minimal	2007-04-04 07:47:23 UTC (rev 935)
+++ dists/trunk/live-helper/hooks/minimal	2007-04-05 14:48:45 UTC (rev 936)
@@ -10,7 +10,7 @@
 set -e
 
 # Removing unused packages
-apt-get remove --purge --yes apt-utils aptitude libdb4.4
+apt-get remove --purge --yes apt-utils aptitude
 apt-get remove --purge --yes man-db manpages info
 apt-get remove --purge --yes ssl wget
 
    
    
More information about the Debian-live-changes
mailing list