contrib/rpm: drop ldconfig scriptlets from Fedora 28+

In newer RPM file triggers in glibc package take care of this. While
these scriptlets whould do no harm there, removing them yields a tiny
theoretical performance improvement.

(cherry picked from commit a1e6afc0b2)
This commit is contained in:
Lubomir Rintel 2019-03-07 10:46:05 +01:00 committed by Thomas Haller
parent fb0a320d59
commit eb4515ec93

View file

@ -801,11 +801,13 @@ fi
%systemd_postun
%if 0%{?fedora} < 28
%post glib -p /sbin/ldconfig
%postun glib -p /sbin/ldconfig
%post libnm -p /sbin/ldconfig
%postun libnm -p /sbin/ldconfig
%endif
%files