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:41:20 +01:00
parent b116a5c3fa
commit 9753644b28
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C
1 changed files with 4 additions and 8 deletions

View File

@ -167,17 +167,13 @@ pushd tests
popd
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%ldconfig_scriptlets
%post gl -p /sbin/ldconfig
%postun gl -p /sbin/ldconfig
%ldconfig_scriptlets gl
%post media -p /sbin/ldconfig
%postun media -p /sbin/ldconfig
%ldconfig_scriptlets media
%post -n wxBase -p /sbin/ldconfig
%postun -n wxBase -p /sbin/ldconfig
%ldconfig_scriptlets -n wxBase
%post devel
if [ -f %{_bindir}/wx-config ] && [ ! -h %{_bindir}/wx-config ] ; then