From 8a572c060f51eb956681dee43e1ef3e976a72849 Mon Sep 17 00:00:00 2001 From: clyhtsuriva Date: Sun, 4 Jun 2023 22:21:06 +0200 Subject: Add makewhatis to the global update script --- bin/update-everything.sh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'bin') diff --git a/bin/update-everything.sh b/bin/update-everything.sh index ac3b7f0..4034049 100755 --- a/bin/update-everything.sh +++ b/bin/update-everything.sh @@ -97,6 +97,10 @@ update_scripts_repo(){ } +update_whatis_db(){ + printf_n_notify "update whatis db" + makewhatis /usr/share/man +} # MAIN @@ -115,5 +119,7 @@ printf_accross_width "%" #pip_update # 2023/01/09 : currently not a stable solution to update pip packages printf_accross_width "%" update_scripts_repo +printf_accross_width "%" +update_whatis_db printf_n_notify "<<< Global Update <<<" -- cgit v1.2.3