mirror of
https://abf.rosa.ru/djam/ooh323c.git
synced 2025-02-23 15:32:55 +00:00
do not call ldconfig in %post/%postun, it is now handled by filetriggers
SILENT: svn-revision: 217194
This commit is contained in:
parent
1fa8e9c74f
commit
7f28df2e8f
1 changed files with 4 additions and 0 deletions
|
@ -67,9 +67,13 @@ done
|
||||||
|
|
||||||
%makeinstall_std
|
%makeinstall_std
|
||||||
|
|
||||||
|
%if %mdkversion < 200900
|
||||||
%post -n %{libname} -p /sbin/ldconfig
|
%post -n %{libname} -p /sbin/ldconfig
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%if %mdkversion < 200900
|
||||||
%postun -n %{libname} -p /sbin/ldconfig
|
%postun -n %{libname} -p /sbin/ldconfig
|
||||||
|
%endif
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}
|
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}
|
||||||
|
|
Loading…
Add table
Reference in a new issue