Вопрос

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