Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

%post scriptlet failed.. Where is this scriptlet located?

I have an error:

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

Where is located this scriptlet?

like image 603
vir2al Avatar asked Oct 08 '13 14:10

vir2al


2 Answers

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

 rpm -q --scripts blabla
like image 118
Aaron D. Marasco Avatar answered Sep 20 '22 01:09

Aaron D. Marasco


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

rpm -qp --scripts blabla.rpm
like image 39
ARUL KUMAR MR Avatar answered Sep 22 '22 01:09

ARUL KUMAR MR