diff options
author | Ruben Rodriguez <ruben@trisquel.info> | 2022-09-08 20:26:54 -0400 |
---|---|---|
committer | Ruben Rodriguez <ruben@trisquel.info> | 2022-09-08 20:26:54 -0400 |
commit | c93596f6288dd4130ab6b4f3b5063c9da1eb3c98 (patch) | |
tree | 4a147ed9a71315bb22dcaec10a1e8b1eef489ceb /makeicecat | |
parent | 5da28b0f8771834ae208d61431d632875e9f8e7d (diff) |
Clear default-bookmarks file programatically
Diffstat (limited to 'makeicecat')
-rwxr-xr-x | makeicecat | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |