[Debian-live-changes] r2412 - dists/trunk/live-helper/hooks
daniel at alioth.debian.org
daniel at alioth.debian.org
Fri Jul 6 20:55:24 UTC 2007
Author: daniel
Date: 2007-07-06 20:55:24 +0000 (Fri, 06 Jul 2007)
New Revision: 2412
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-07-06 20:52:10 UTC (rev 2411)
+++ dists/trunk/live-helper/hooks/mini 2007-07-06 20:55:24 UTC (rev 2412)
@@ -18,6 +18,8 @@
fi
done
+apt-get autoremove || true
+
# Removing unused files
find . -name *~ | xargs rm -f
Modified: dists/trunk/live-helper/hooks/minimal
===================================================================
--- dists/trunk/live-helper/hooks/minimal 2007-07-06 20:52:10 UTC (rev 2411)
+++ dists/trunk/live-helper/hooks/minimal 2007-07-06 20:55:24 UTC (rev 2412)
@@ -18,6 +18,8 @@
fi
done
+apt-get autoremove || true
+
# Removing unused files
find . -name *~ | xargs rm -f
More information about the Debian-live-changes
mailing list