6

I have an error:

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

Where is located this scriptlet?

vir2al
  • 817
  • 4
  • 11
  • 15

2 Answers2

9

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

 rpm -q --scripts blabla
Aaron D. Marasco
  • 6,506
  • 3
  • 26
  • 39
1

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

rpm -qp --scripts blabla.rpm
Olly
  • 7,749
  • 1
  • 19
  • 38