INSTALL:
I would like the rpm to NOT install that file if it exists.
UNINSTALL:
Once that file is installed, I don't want rpm --erase to remove it
I can think of kludgy ways to do that but there's probably a "right"
way or a better way.
TIA,
Jeff
http://docs.fedoraproject.org/en-US/Fedora_Draft_Documentation/0.1/html/RPM_Guide/ch09s05s03.html
"Marking files as documentation or configuration files". Surprise!
> UNINSTALL:
> Once that file is installed, I don't want rpm --erase to remove it
Modified config files on a package removal go into .rpmsave files.
Maybe you can hack with %ghost but I am not sure what results of that
will be. Just experiment on a small sample.
Michal