From ae12b59c3b10c29a781e66aca73d40fdee3bbfa0 Mon Sep 17 00:00:00 2001 From: Ruben Rodriguez <ruben@trisquel.info> Date: Sun, 23 Sep 2018 22:39:42 -0400 Subject: [PATCH] Abrowser: another correction to searchplugins.conf --- helpers/make-firefox | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/helpers/make-firefox b/helpers/make-firefox index 450c6f96..54858cdc 100644 --- a/helpers/make-firefox +++ b/helpers/make-firefox @@ -185,14 +185,12 @@ cat << EOF >> debian/config/searchplugins.conf { "name": "Trisquel", "include_locales": [ "*" ], - "exclude_locales": [], - "source": "en-US/trisquel.xml" + "engine": "trisquel" }, { "name": "Trisquel packages", "include_locales": [ "*" ], - "exclude_locales": [], - "source": "en-US/trisquel-packages.xml" + "engine": "trisquel-packages" } ] } -- GitLab