Update default search after searx removal

This commit is contained in:
Bob Mottram 2017-09-23 12:31:56 +01:00
parent 1f7c90cd49
commit e766e655f3
1 changed files with 1 additions and 0 deletions

View File

@ -846,6 +846,7 @@ function remove_searx {
remove_completion_param install_searx
sed -i '/Search engine /d' $COMPLETION_FILE
sed -i '/searx /d' $COMPLETION_FILE
update_default_search_engine
}
function install_searx {