On 09/23/03 [EMAIL PROTECTED] wrote: > But for many ordinary users (like myself) it just doesn't make sense > to save the distfile once installed just in case I might once want to > re-install it. (It will anyway be outdated by then.) > > I'd like to set some flag or somesuch so that emerge does this cleanup > after itself and from what I read in the forums and on this mailing > list, I believe it's a quite common feeling.
put this in your .bashrc:
delmerge () {
emerge "$@" && rm /usr/portage/distfiles/*
}
and then use delmerge instead of emerge.
Marius
--
Public Key at http://www.genone.de/info/gpg-key.pub
In the beginning, there was nothing. And God said, 'Let there be
Light.' And there was still nothing, but you could see a bit better.
pgp00000.pgp
Description: PGP signature
