Abrowser: Remove Google API key

This commit is contained in:
Ruben Rodriguez 2015-07-15 13:46:29 -05:00
parent ea1615c733
commit 451bccbbd2

View file

@ -50,6 +50,10 @@ sed 's/1204/60/g; s/1210/65/g; s/1404/70/g' -i debian/config/mozconfig.in debian
sed 's/com.ubuntu/org.trisquel/' -i debian/config/mozconfig.in
# Remove Google API key
rm debian/ga debian/go
sed '/Google API/,$ d' debian/config/mozconfig.in -i
# Disable DRM support
echo ac_add_options --disable-eme >> debian/config/mozconfig.in