gnuzilla

default description
git clone https://git.awy.one/gnuzilla.git
Log | Files | Refs | README | LICENSE

commit 24dd72334017cfe42e1b6a7af90bed1cf70b58bd
parent b9a54ef4b0d356b99370eb5fae23d7502924de30
Author: Ruben Rodriguez <ruben@gnu.org>
Date:   Tue, 22 Dec 2015 18:09:34 -0600

Removed suggested sites from android home, and aboutDetails from android about:icecat

Diffstat:
Mmakeicecat | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/makeicecat b/makeicecat @@ -546,6 +546,9 @@ sed '/public static void checkAndNotifyPolicy/ s/{/{ if(true) return;/; /private cp -a $DATA/android-images/core/* mobile/android/themes/core/images/ cp -a $DATA/android-images/resources mobile/android/base +sed '/aboutDetails/,/div/d; /privacyURL/d' mobile/android/chrome/content/about.xhtml -i +sed '/suggested_sites/,/defaultValue/d' mobile/android/base/resources/xml/preferences_home.xml -i + ############################################################################### # Macos packaging ###############################################################################