summaryrefslogtreecommitdiff
path: root/librewolf/debian/patches/librewolf/browser-confvars.patch
diff options
context:
space:
mode:
Diffstat (limited to 'librewolf/debian/patches/librewolf/browser-confvars.patch')
-rw-r--r--librewolf/debian/patches/librewolf/browser-confvars.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/librewolf/debian/patches/librewolf/browser-confvars.patch b/librewolf/debian/patches/librewolf/browser-confvars.patch
deleted file mode 100644
index 9b40dce..0000000
--- a/librewolf/debian/patches/librewolf/browser-confvars.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-diff --git a/browser/confvars.sh b/browser/confvars.sh
-index 92871c9516..1e151180dd 100644
---- a/browser/confvars.sh
-+++ b/browser/confvars.sh
-@@ -3,8 +3,10 @@
- # License, v. 2.0. If a copy of the MPL was not distributed with this
- # file, You can obtain one at http://mozilla.org/MPL/2.0/.
-
--MOZ_APP_VENDOR=Mozilla
--MOZ_UPDATER=1
-+MOZ_APP_BASENAME=LibreWolf
-+MOZ_APP_VENDOR="LibreWolf Community"
-+
-+MOZ_UPDATER=0
-
- if test "$OS_ARCH" = "WINNT"; then
- if ! test "$HAVE_64BIT_BUILD"; then
-@@ -34,8 +36,8 @@ BROWSER_CHROME_URL=chrome://browser/content/browser.xhtml
- # For mozilla-beta, mozilla-release, or mozilla-central repositories, use
- # "unofficial" branding.
- # For the mozilla-aurora repository, use "aurora".
--MOZ_BRANDING_DIRECTORY=browser/branding/unofficial
--MOZ_OFFICIAL_BRANDING_DIRECTORY=browser/branding/official
-+MOZ_BRANDING_DIRECTORY=browser/branding/librewolf
-+MOZ_OFFICIAL_BRANDING_DIRECTORY=browser/branding/librewolf
- MOZ_APP_ID={ec8030f7-c20a-464f-9b0e-13a3a9e97384}
-
- MOZ_PROFILE_MIGRATOR=1
bgstack15