diff --git a/scripts/librewolf-patches.py b/scripts/librewolf-patches.py index 48dc6bc..01a6c58 100755 --- a/scripts/librewolf-patches.py +++ b/scripts/librewolf-patches.py @@ -147,12 +147,6 @@ def librewolf_patches(): with open(file, "w") as f: f.write("{}-{}".format(version,release)) - print("-> Downloading locales from https://github.com/mozilla-l10n/firefox-l10n") - with TemporaryDirectory() as tmpdir: - exec(f"wget -qO {tmpdir}/l10n.zip 'https://codeload.github.com/mozilla-l10n/firefox-l10n/zip/refs/heads/main'") - exec(f"unzip -qo {tmpdir}/l10n.zip -d {tmpdir}/l10n") - exec(f"mv {tmpdir}/l10n/firefox-l10n-main lw/l10n") - print("-> Patching appstrings.properties") # Why is "Firefox" hardcoded there??? exec("find . -path '*/appstrings.properties' -exec sed -i s/Firefox/LibreWolf/ {} \;") >Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/etc/teams/qt
AgeCommit message (Expand)Author
2024-03-19teams: qt: Remove erroneous comment at top of scripts....* etc/teams/qt/common.scm: Remove erroneous comment. * etc/teams/qt/qt-manifest.scm: Likewise. * etc/teams/qt/qt5-manifest.scm: Likewise. Change-Id: I87a0ea669caa0ba5049b48a4f04fda58518c3f05 Maxim Cournoyer