Abrowser: fixed about:home, newTab.css and datareport nagging

This commit is contained in:
Ruben Rodriguez 2015-10-27 09:36:29 -05:00
parent 6a6c313ace
commit 516450ae56
3 changed files with 5 additions and 3 deletions

View file

@ -1,6 +1,6 @@
#!/bin/bash
#
# Copyright (C) 2008-2014 Ruben Rodriguez <ruben@trisquel.info>
# Copyright (C) 2008-2015 Ruben Rodriguez <ruben@trisquel.info>
# Copyright (C) 2015 Santiago Rodriguez <santi@trisquel.info>
#
# This program is free software; you can redistribute it and/or modify
@ -18,7 +18,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
VERSION=42
VERSION=43
. ./config
@ -160,7 +160,7 @@ cp $DATA/aboutabrowser@trisquel.info -r debian
echo "debian/aboutabrowser@trisquel.info @MOZ_ADDONDIR@/extensions/" >> debian/abrowser.install.in
# Disable newtab "What is this" popup and config button
cat << EOF >> toolkit/themes/linux/global/global.css
cat << EOF >> browser/themes/linux/newtab/newTab.css
#newtab-customize-button, #newtab-intro-what{
display:none
}