Remove obsolete ldconfig scriptlets

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

@ -187,12 +187,10 @@ if [ $1 -eq 0 ] ; then
gtk-update-icon-cache -f %{_datadir}/icons/hicolor &> /dev/null || :
fi
%post libs -p /sbin/ldconfig
%postun libs -p /sbin/ldconfig
%ldconfig_scriptlets libs
%if 0%{?fedora} >= 24 || 0%{?rhel} > 7
%post dolphin -p /sbin/ldconfig
%postun dolphin -p /sbin/ldconfig
%ldconfig_scriptlets dolphin
%endif
%files -f client.lang

Loading…
Cancel
Save