Skip to content
Snippets Groups Projects
Commit 765a46e1 authored by Ruben Rodriguez's avatar Ruben Rodriguez
Browse files

Fixed branding for icedove

parent af912eeb
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@
#
set -x
VERSION=3
VERSION=4
. ./config
......@@ -124,6 +124,7 @@ s/thunderbird/icedove/g;
s/Thunderbird/Icedove/g;
s/THUNDERBIRD/ICEDOVE/g;
s/ Mozilla / Trisquel /g;
s/Firefox/Abrowser/g;
s|PACKAGES/icedove|PACKAGES/thunderbird|g;
s/iceweasel, icedove/iceweasel, thunderbird/g;
s/Replaces: icedove/Replaces: thunderbird/g;
......@@ -147,6 +148,13 @@ sed '/^Source/s/.*/Source: thunderbird/' -i debian/control.in
sed 's/Provides: mail-reader,/Provides: mail-reader, thunderbird,/' -i debian/control.in
sed "s/Provides.*/Provides: icedove-locale-@LANGCODE@/" -i debian/control.langpacks
cat << EOF > comm/mail/branding/nightly/locales/en-US/brand.properties
brandShortName=Icedove
brandShorterName=Icedove
brandFullName=Icedove Mail
vendorShortName=Trisquel
EOF
debian/rules debian/control
touch -d "yesterday" debian/control
debian/rules debian/control
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment