I\'m working on a bug in our rpm scriptlets which is probably originating from order in which our scriptlets are executed during package install/removal/upgrade. We are using yu
Package order for installing a single package for the first time:
%pretrans
%pre
%post
%posttrans
Package order for removing a single package:
%preun
%postun