Don't fail scriptlet if /sbin/install-info fails

This commit is contained in:
Robert Scheck 2019-02-09 13:59:25 +01:00
parent b40b0c543f
commit 585d19be54
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ mv -f TODO.utf8 TODO
%if 0%{?rhel} && 0%{?rhel} <= 7
%post
/sbin/install-info %{_infodir}/%{name}.info.gz %{_infodir}/dir
/sbin/install-info %{_infodir}/%{name}.info.gz %{_infodir}/dir || :
%preun
if [ $1 = 0 ]; then