Re-add install-info that was accidentally deleted.
This commit is contained in:
parent
754034dd80
commit
dedb32d0cc
@ -91,6 +91,7 @@ getent passwd chrony > /dev/null || /usr/sbin/useradd -r -g chrony \
|
|||||||
%post
|
%post
|
||||||
/sbin/chkconfig --add chronyd
|
/sbin/chkconfig --add chronyd
|
||||||
/bin/systemctl daemon-reload &> /dev/null || :
|
/bin/systemctl daemon-reload &> /dev/null || :
|
||||||
|
/sbin/install-info %{_infodir}/chrony.info.gz %{_infodir}/dir &> /dev/null
|
||||||
|
|
||||||
%triggerun -- chrony < 1.25
|
%triggerun -- chrony < 1.25
|
||||||
if /sbin/chkconfig --level 3 chronyd ; then
|
if /sbin/chkconfig --level 3 chronyd ; then
|
||||||
|
Loading…
Reference in New Issue
Block a user