X-Git-Url: http://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=etc%2Fgrml%2Ffai%2Fconfig%2Fscripts%2FGRML_FULL%2F01-iceweasel;fp=etc%2Fgrml%2Ffai%2Fconfig%2Fscripts%2FGRML_FULL%2F01-iceweasel;h=0000000000000000000000000000000000000000;hp=3603e57c86958cec38934012eb4236ac0ebeb653;hb=02f844a8e32745c0c925b8928196ad9b9a4c7cfc;hpb=b1addd4d0b10e52d8fa55b1e307994cfad39ceaf diff --git a/etc/grml/fai/config/scripts/GRML_FULL/01-iceweasel b/etc/grml/fai/config/scripts/GRML_FULL/01-iceweasel deleted file mode 100755 index 3603e57..0000000 --- a/etc/grml/fai/config/scripts/GRML_FULL/01-iceweasel +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/bash -# Filename: ${GRML_FAI_CONFIG}/config/scripts/GRML_FULL/01-iceweasel -# Purpose: add startpage to Iceweasel -# Authors: grml-team (grml.org), (c) Michael Prokop -# Bug-Reports: see http://grml.org/bugs/ -# License: This file is licensed under the GPL v2 or any later version. -################################################################################ - -set -u -set -e - -fcopy -B -v /etc/iceweasel/profile/prefs.js - -## END OF FILE ################################################################# -# vim:ft=sh expandtab ai tw=80 tabstop=4 shiftwidth=2