Remove obsolete ldconfig scriptlets

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

@ -71,8 +71,7 @@ grep %{_qt4_translationdir} %{name}.lang > %{name}-qt4.lang
grep %{_qt5_translationdir} %{name}.lang > %{name}-qt5.lang grep %{_qt5_translationdir} %{name}.lang > %{name}-qt5.lang
%post -p /sbin/ldconfig %ldconfig_scriptlets
%postun -p /sbin/ldconfig
%files -f %{name}-qt4.lang %files -f %{name}-qt4.lang
%doc ReadMe.txt %doc ReadMe.txt
@ -84,8 +83,7 @@ grep %{_qt5_translationdir} %{name}.lang > %{name}-qt5.lang
%{_libdir}/cmake/QtKeychain/ %{_libdir}/cmake/QtKeychain/
%{_libdir}/libqtkeychain.so %{_libdir}/libqtkeychain.so
%post qt5 -p /sbin/ldconfig %ldconfig_scriptlets qt5
%postun qt5 -p /sbin/ldconfig
%files qt5 -f %{name}-qt5.lang %files qt5 -f %{name}-qt5.lang
%doc ReadMe.txt %doc ReadMe.txt

Loading…
Cancel
Save