From 1afafb23051051a92c763d11f6cd5f9495b3d89e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Luis=20Guzm=C3=A1n?= <ark@switnet.org>
Date: Thu, 23 Nov 2023 16:59:52 +0000
Subject: [PATCH] firefox: add missing rebranding file.

---
 helpers/make-firefox | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/helpers/make-firefox b/helpers/make-firefox
index ecbaf049..a9762ea2 100644
--- a/helpers/make-firefox
+++ b/helpers/make-firefox
@@ -354,7 +354,9 @@ find . -type f -not -iregex '.*changelog.*' -not -iregex '.*copyright.*' -not -i
 
 echo "Replacing Firefox with Abrowser on ./l10n"
 find l10n -type f  -not -iregex '.*changelog.*' -not -iregex '.*copyright.*' -execdir /bin/sed --follow-symlinks -i "s/Firefox/Abrowser/" '{}' ';'
-sed 's/Firefox/Abrowser/' -i debian/control.in
+
+sed 's/Firefox/Abrowser/' -i debian/control.in \
+                             browser/locales/en-US/chrome/overrides/appstrings.properties
 
 sed s/ubuntu/trisquel/g debian/distribution.ini -i
 sed "s/ubuntu_version/trisquel_version/; s/Ubuntu 10.10/Trisquel $REVISION/; s/1010/40/" -i debian/firefox.postinst.in
-- 
GitLab