summaryrefslogtreecommitdiff
path: root/libre/iceweasel/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'libre/iceweasel/PKGBUILD')
-rw-r--r--libre/iceweasel/PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/libre/iceweasel/PKGBUILD b/libre/iceweasel/PKGBUILD
index 291c25295..3afe15a3b 100644
--- a/libre/iceweasel/PKGBUILD
+++ b/libre/iceweasel/PKGBUILD
@@ -21,7 +21,7 @@ pkgname=iceweasel
epoch=1
pkgver=57.0.1
-pkgrel=4
+pkgrel=5
_brandingver=57.0
_brandingrel=1
_parabolarepo=https://repo.parabola.nu/other/iceweasel
@@ -110,6 +110,8 @@ prepare() {
# Put "Start Page" branding images in the source code
install -m644 "$srcdir/"{drm-free,gnu_headshadow,parabola-banner}.png \
browser/base/content/abouthome
+ install -m644 "$srcdir/watermark.svg" \
+ browser/extensions/onboarding/content/img
# Useless since we are doing it ourselves
patch -Np1 -i "$srcdir/remove-default-and-shell-icons-in-packaging-manifest.patch"