Don't call mandb

There are other man implementations beside man-db so it is not even sure
that the "mandb" binary even exists on all unices. Other than that, usually
there's a cron job running "mandb" on a daily basis.
This commit is contained in:
Lars Wendler 2019-03-08 14:48:13 +01:00 committed by Jonathan White
parent eb9ff677d0
commit 4a0bb32c2e

View File

@ -94,5 +94,4 @@ endif()
if(APPLE OR UNIX)
install(FILES keepassxc-cli.1 DESTINATION ${CMAKE_INSTALL_MANDIR}/man1/)
execute_process(COMMAND mandb -q)
endif()