From c93596f6288dd4130ab6b4f3b5063c9da1eb3c98 Mon Sep 17 00:00:00 2001 From: Ruben Rodriguez Date: Thu, 8 Sep 2022 20:26:54 -0400 Subject: Clear default-bookmarks file programatically --- makeicecat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makeicecat') diff --git a/makeicecat b/makeicecat index c19ffc4..1fae906 100755 --- a/makeicecat +++ b/makeicecat @@ -531,7 +531,7 @@ apply_branding() rm -rf ./browser/metro ./addon-sdk/source/doc/static-files/media ./b2g # Custom bookmarks - cp "${DATADIR}"/bookmarks.html.in browser/locales/generic/profile/bookmarks.html.in + sed '/ifndef/,/endif/d' -i browser/base/content/default-bookmarks.html # Custom legal about pages find l10n -wholename '*/brand.dtd' | xargs /bin/sed 's/trademarkInfo.part1.*/trademarkInfo.part1 "The IceCat logo is Copyright 2008-2015 Free Software Foundation, released under the terms of the GNU Lesser General Public License, version 3 or any later version.">/' -i -- cgit v1.2.3