سؤال

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