質問

I have an error:

%post(blabla.i386) scriptlet failed, exit status 1

Where is located this scriptlet?

役に立ちましたか?

解決

It's in the RPM. You can view it by using the -q option:

 rpm -q --scripts blabla

他のヒント

you can view script by using -qp --scripts option on blabla.rpm file

rpm -qp --scripts blabla.rpm
ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top