[Lunar-commits] r25300 - lunar-iso/trunk/scripts

Auke Kok sofar at lunar-linux.org
Sat Jul 28 00:34:06 CEST 2007


Author: sofar
Date: 2007-07-28 00:34:06 +0200 (Sat, 28 Jul 2007)
New Revision: 25300

Modified:
   lunar-iso/trunk/scripts/proper
Log:
Somehow this can be used sometimes - explicitly clean root's ccache folders


Modified: lunar-iso/trunk/scripts/proper
===================================================================
--- lunar-iso/trunk/scripts/proper	2007-07-27 22:33:41 UTC (rev 25299)
+++ lunar-iso/trunk/scripts/proper	2007-07-27 22:34:06 UTC (rev 25300)
@@ -28,6 +28,7 @@
 echo "+ cleaning temporary and unneeded files"
 rm -rf $ISO_TARGET/var/log/lunar/*/* > /dev/null
 rm -f $ISO_TARGET/var/log/ccache > /dev/null
+rm -rf $ISO_TARGET/root/.ccache > /dev/null
 rm -rf $ISO_TARGET/usr/share/locale/
 rm -rf $ISO_TARGET/usr/share/{info,man,doc}/* > /dev/null
 rm -rf $ISO_TARGET/usr/share/vim/vim63/doc



More information about the Lunar-commits mailing list