Remove obsolete ldconfig scriptlets

References: https://fedoraproject.org/wiki/Changes/RemoveObsoleteScriptlets
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
f41
Igor Gnatenko 6 years ago
parent 1025af6a83
commit 100a2c24ad
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

@ -117,12 +117,10 @@ make doc-doxygen
export LD_LIBRARY_PATH=%{buildroot}%{_libdir}${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
make check %{?_smp_mflags}
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%ldconfig_scriptlets
%if %{with convtools}
%post model -p /sbin/ldconfig
%postun model -p /sbin/ldconfig
%ldconfig_scriptlets model
%endif
%files

Loading…
Cancel
Save