Remove obsolete ldconfig scriptlets
References: https://fedoraproject.org/wiki/Changes/RemoveObsoleteScriptlets Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
6b2eefdbe4
commit
6a8c886089
16
gtk-vnc.spec
16
gtk-vnc.spec
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user