don't call ldconfig in servers subacpakge

servers subpkg installs everything into private libdir, so no need to
call ldconfig (since there is no ld.so.conf for it).

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
Igor Gnatenko 2018-02-10 18:44:53 +01:00
parent 7472792967
commit f08cb7ec48
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

View File

@ -349,8 +349,6 @@ exit 0
%post servers
/sbin/ldconfig
%systemd_post slapd.service
# generate configuration if necessary
@ -389,16 +387,11 @@ fi
exit 0
%preun servers
%systemd_preun slapd.service
%postun servers
/sbin/ldconfig
%systemd_postun_with_restart slapd.service
%triggerin servers -- libdb
# libdb upgrade (setup for %%triggerun)