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

Disable slowStartup.notification in ubufox

parent 0596edf3
No related branches found
No related tags found
No related merge requests found
......@@ -88,8 +88,8 @@ deb $LOCALMIRROR $CODENAME main
deb $LOCALMIRROR $CODENAME-updates main
deb $LOCALMIRROR $CODENAME-security main
deb $DEVELMIRROR $CODENAME main
deb-src $DEVELMIRROR $CODENAME main
#deb $DEVELMIRROR $CODENAME main
#deb-src $DEVELMIRROR $CODENAME main
EOF
[ "1$EXTERNAL" != "1" ] && eval echo "$EXTERNAL" >> /etc/apt/sources.list
......
......@@ -17,7 +17,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
VERSION=5
VERSION=7
. ./config
......@@ -159,6 +159,7 @@ pref("gecko.handlerService.schemes.ircs.0.name", ask);
pref("gecko.handlerService.schemes.ircs.0.uriTemplate",);
pref("datareporting.healthreport.uploadEnabled", false);
pref("datareporting.healthreport.service.enabled", false);
pref("browser.slowStartup.notificationDisabled", true);
EOF
sed '/You can uninstall/d; s/ask.com/Duck Duck GO!/; /Add the following options/d; /Get help on-line/d; /Help translating/d; /Trisquel Release/d; ' debian/control -i
......
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