Add forgotten ldconfig for export-libs
This commit is contained in:
parent
c117ea001f
commit
687255db6e
@ -924,6 +924,12 @@ fi
|
|||||||
%ldconfig_scriptlets pkcs11-libs
|
%ldconfig_scriptlets pkcs11-libs
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if %{with_export_libs}
|
||||||
|
%post export-libs -p /sbin/ldconfig
|
||||||
|
|
||||||
|
%postun export-libs -p /sbin/ldconfig
|
||||||
|
%endif
|
||||||
|
|
||||||
%post chroot
|
%post chroot
|
||||||
%systemd_post named-chroot.service
|
%systemd_post named-chroot.service
|
||||||
if [ "$1" -gt 0 ]; then
|
if [ "$1" -gt 0 ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user