Hi, First excuse my bad english. I've made a rpm that defines both %post and %postun macros and when i run an upgrade on it both get executed, the postun macro is run after the post macro an as result of it in therms of the other components of this app, which is divided in several rpms, this particular component is not installed because postun makes it look like not installed, which macros should i choose to make what i have now in post be exectuded after what i have in postun or none of them be executed when im upgrading? Thanks for your help.