summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Rodriguez <ruben@gnu.org>2015-12-22 18:09:34 -0600
committerRuben Rodriguez <ruben@gnu.org>2015-12-22 18:09:34 -0600
commit24dd72334017cfe42e1b6a7af90bed1cf70b58bd (patch)
tree158d414999e28d10d1effb9e495fc4a678671547
parentb9a54ef4b0d356b99370eb5fae23d7502924de30 (diff)
Removed suggested sites from android home, and aboutDetails from android about:icecat
-rw-r--r--makeicecat3
1 files changed, 3 insertions, 0 deletions
diff --git a/makeicecat b/makeicecat
index 3c0c2d3..0cb6402 100644
--- 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
###############################################################################