Remove obsolete ldconfig scriptlets

References: https://fedoraproject.org/wiki/Changes/RemoveObsoleteScriptlets
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
Igor Gnatenko 2019-01-22 18:40:22 +01:00
parent c35f70ba7f
commit 0fa50d4998
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

View File

@ -507,25 +507,15 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/udav.desktop
desktop-file-validate %{buildroot}%{_datadir}/applications/mgllab.desktop
%post -p /sbin/ldconfig
%ldconfig_scriptlets
%postun -p /sbin/ldconfig
%ldconfig_scriptlets qt4
%post qt4 -p /sbin/ldconfig
%ldconfig_scriptlets qt5
%postun qt4 -p /sbin/ldconfig
%ldconfig_scriptlets fltk
%post qt5 -p /sbin/ldconfig
%postun qt5 -p /sbin/ldconfig
%post fltk -p /sbin/ldconfig
%postun fltk -p /sbin/ldconfig
%post wx -p /sbin/ldconfig
%postun wx -p /sbin/ldconfig
%ldconfig_scriptlets wx
%post common
%if 0%{?with_doc}