<br><br><div class="gmail_quote"><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div><div class="h5">
> Hi<br>
><br>
> I have a .rpm file, in the file there is some commands in the %post section,<br>
> how can I query the rpm file so it display the commands in %post section.<br>
<br>
</div></div>Try:<br>
rpm -q --scripts package_name<br>
</blockquote></div><br>Thanks that did the trick<br><br>Tronn<br>