Quote:
Originally Posted by Simon Bridge
Why is this a problem?
Where are you getting this from?
|
The problem is when u have rpm that execute postuninstall script,
and when u upgrade this rpm to a newer, then the postuninstall script (which execute during the rpm -U <newer-rpm>) can damage your system!
This is happand because the "rpm -U" is actually run
first "rpm -i <newer-rpm>"
second "rpm -i <older-rpm>"
I think that "rpm -U" should use by default the --nopostun and --nopreun
in order to disable those pre\post uninstall scripts of the older-rpm.