Re: Leaving a file behind
"Michael A. Peters" <[email protected]> Fri, 10 Oct 2008 05:09:34 -0700
| Newsgroups | gmane.linux.redhat.rpm.general |
|---|---|
| Message-ID | <[email protected]> |
R P Herrold wrote: > On Fri, 10 Oct 2008, Michael A. Peters wrote: > >> Is there some attr I can set in %files that tells rpm to leave a >> particular file behind when removing the package? > > Note it as a %config file, and a filename.rpmsave will be left, so that > you might harvest it. Blatantly simple - I feel dumb for not thinking of that. Thanks