From 5868f05e316c9acb12e8feac66964254a43a885c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Luis=20Guzm=C3=A1n?= <ark@switnet.org>
Date: Sun, 16 Jan 2022 09:13:42 +0000
Subject: [PATCH] Fix Firefox 96 build

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

diff --git a/helpers/make-firefox b/helpers/make-firefox
index 86787d7b..9d35d1c6 100644
--- a/helpers/make-firefox
+++ b/helpers/make-firefox
@@ -278,7 +278,8 @@ 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
 
 # Delete stuff we don't use and that may contain trademaked logos
-rm -rf ./browser/metro ./addon-sdk/source/doc/static-files/media ./browser/themes/windows ./browser/themes/osx ./b2g
+##keeping "windows" icons for ff96
+rm -rf ./browser/metro ./addon-sdk/source/doc/static-files/media ./browser/themes/osx ./b2g
 
 #Trisquel custom bookmarks
 cp $DATA/bookmarks.html.in browser/locales/generic/profile/bookmarks.html.in
-- 
GitLab