Set grml-docs/startpage.html + grml.org as start pages in Firefox
[grml-live.git] / etc / grml / fai / config / scripts / GRML_FULL / 01-firefox
1 #!/bin/bash
2 # Filename:      ${GRML_FAI_CONFIG}/config/scripts/GRML_FULL/01-firefox
3 # Purpose:       set startpage of Firefox and further configuration defaults
4 # Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
5 # Bug-Reports:   see http://grml.org/bugs/
6 # License:       This file is licensed under the GPL v2 or any later version.
7 ################################################################################
8
9 set -u
10 set -e
11
12 fcopy -i -B -v /etc/firefox-esr/firefox-esr.js
13
14 ## END OF FILE #################################################################
15 # vim:ft=sh expandtab ai tw=80 tabstop=4 shiftwidth=2