On Fri, May 31, 2002 at 03:45:48PM +1000, Charlie Allom wrote:
> On Thu, May 30, 2002 at 10:04:12PM -0700, Ben Hines wrote:
> > 
> > (is this in the FAQ? perhaps it should be?)
> > 
> > Likewise, you can delete all *.deb files in your /sw heirarchy 
> > without ill effect,  other than possibly needing to rebuild things 
> > later. They don't affect anything at runtime.
> > 
> > In the future there will be some sort of "fink clean" command to help 
> > you with this.
> > 
> 
> sudo rm -rf /sw/src/* ; sudo find /sw -name "*.deb* -exec rm {} \;

oops.

sudo rm -rf /sw/src/* ; sudo find /sw -name "*.deb" -exec rm {} \;

for the lazy :)

  C.
-- 
 [EMAIL PROTECTED]
 http://eatyourpets.com/~yeled/pgp.txt
 FC8B 8727 8E82 5242 358C  8FC0 AA26 43C2 14AA 7941

_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to