Add forgotten ldconfig for export-libs

This commit is contained in:
Pavel Zhukov 2018-01-22 14:16:55 +01:00 committed by Petr Menšík
parent c117ea001f
commit 687255db6e
1 changed files with 6 additions and 0 deletions

View File

@ -924,6 +924,12 @@ fi
%ldconfig_scriptlets pkcs11-libs
%endif
%if %{with_export_libs}
%post export-libs -p /sbin/ldconfig
%postun export-libs -p /sbin/ldconfig
%endif
%post chroot
%systemd_post named-chroot.service
if [ "$1" -gt 0 ]; then