From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QucuK-00056n-CH for garchives@archives.gentoo.org; Sat, 20 Aug 2011 04:11:40 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 82C9D21C12F; Sat, 20 Aug 2011 04:11:26 +0000 (UTC) Received: from ironport2-out.pppoe.ca (ironport2-out.teksavvy.com [206.248.154.181]) by pigeon.gentoo.org (Postfix) with ESMTP id 5EAD621C12F for ; Sat, 20 Aug 2011 04:10:23 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgMGAJ4yT05FpZIk/2dsb2JhbABCmHGPHHiBQAEBBAE6HCgLCzQSFCU3h3G4RIVpXwSYLodChDU X-IronPort-AV: E=Sophos;i="4.68,253,1312171200"; d="scan'208";a="131973326" Received: from 69-165-146-36.dsl.teksavvy.com (HELO waltdnes.org) ([69.165.146.36]) by ironport2-out.pppoe.ca with SMTP; 20 Aug 2011 00:10:22 -0400 Received: by waltdnes.org (sSMTP sendmail emulation); Sat, 20 Aug 2011 00:10:28 -0400 From: "Walter Dnes" Date: Sat, 20 Aug 2011 00:10:28 -0400 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] move to xfce and forget kde and gnome Message-ID: <20110820041028.GB5274@waltdnes.org> References: <4E4E50EF.9030904@gmail.com> <4E4E7F01.5060609@gmail.com> <20110819231407.GA4717@waltdnes.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-Archives-Salt: X-Archives-Hash: 24d0aad05069af829835a7cb43161459 On Sat, Aug 20, 2011 at 08:17:57AM +0700, Pandu Poluan wrote > Oh, also don't forget to delete cleanscript.000 ;) The autodepclean script cleans out the the temporary file with... echo "#" > cleanscript.000 ...Note the ">" which zaps cleanscript.000. I leave it around as a debugging aid. This is GPL. Feel free to append the the line... rm cleanscript.000 ...to your copy of autodepclean if you wish. -- Walter Dnes