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 lue='feature/data_storage'>feature/data_storage Yet another android myanimelist client
summaryrefslogtreecommitdiffstats
path: root/app/src/androidTest (unfollow)
Commit message (Expand)AuthorFilesLines
2021-05-20Adding fastlane metadata and update README.mdv3.2.2release/3.2.2Clyhtsuriva7-0/+7
2021-05-20Update README.mdClyhtsuriva1-2/+2
2021-05-19Update README.mdv3.2.1Clyhtsuriva1-1/+1
2021-05-19Update README.mdClyhtsuriva1-3/+3
2021-05-19Update README.mdClyhtsuriva1-1/+1
2021-05-19Update README.mdClyhtsuriva1-8/+10
2021-05-19Update README.mdClyhtsuriva1-1/+2
2021-05-19Update README.mdClyhtsuriva1-8/+7
2021-05-19Update README.mdrelease/3.2.1Clyhtsuriva1-6/+21
2021-05-19Big updaterelease/3.2Clyhtsuriva55-235/+193
2021-05-19Update README.mdClyhtsuriva1-1/+5
2021-05-14Update README.mdClyhtsuriva1-1/+3
2021-05-14Update README.mdClyhtsuriva1-0/+23
2021-05-14Update README.md and adding logo onto the main screenrelease/3.1Clyhtsuriva2-10/+13
2021-05-14Singletons on all pages : OKClyhtsuriva6-125/+81
2021-05-14Singletons : DetailTopManga : OKClyhtsuriva2-21/+49
2021-05-14Addedd Singletons for TopManga.Clyhtsuriva3-23/+43