James Olin Oden wrote: > Another thing to do is to run: > > rpm -qp --scriptlets your.rpm > somefile "scriptlets"? Not an option on my system. Do you mean --scripts? rpm -qp --scripts your.rpm > this will put all the scriptlets from the package into somefile. Then > you need to split it into seperate files (one for each scriptlet). > After doing this you can run "bash -n" against the scriptlets which > will do a syntax check on them. A good hint. Also I suggest looking at the full rpm contents. rpm -qplv your.rpm Bob