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:39:13 +01:00
parent 6b2eefdbe4
commit 6a8c886089
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

View File

@ -210,22 +210,14 @@ rm -f %{buildroot}%{_libdir}/*.la
%find_lang %{name}
%post -p /sbin/ldconfig
%ldconfig_scriptlets
%postun -p /sbin/ldconfig
%ldconfig_scriptlets -n gvnc
%post -n gvnc -p /sbin/ldconfig
%postun -n gvnc -p /sbin/ldconfig
%post -n gvncpulse -p /sbin/ldconfig
%postun -n gvncpulse -p /sbin/ldconfig
%ldconfig_scriptlets -n gvncpulse
%if %{with_gtk3}
%post -n gtk-vnc2 -p /sbin/ldconfig
%postun -n gtk-vnc2 -p /sbin/ldconfig
%ldconfig_scriptlets -n gtk-vnc2
%endif
%if %{with_gtk2}