X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=etc%2Fgrml%2Ffai%2Fconfig%2Fscripts%2FGRML_XL%2F01-iceweasel;fp=etc%2Fgrml%2Ffai%2Fconfig%2Fscripts%2FGRML_XL%2F01-iceweasel;h=0000000000000000000000000000000000000000;hb=ceeb58b39b646e0e4039fec9911bb60611055861;hp=b32fffc5a4dacb8d845e54fd710e1dd89b5e2c6c;hpb=164b5948086ad324572a7e10fd62ef922175bf71;p=grml-live.git diff --git a/etc/grml/fai/config/scripts/GRML_XL/01-iceweasel b/etc/grml/fai/config/scripts/GRML_XL/01-iceweasel deleted file mode 100755 index b32fffc..0000000 --- a/etc/grml/fai/config/scripts/GRML_XL/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 -v /etc/iceweasel/profile/prefs.js - -## END OF FILE ################################################################# -# vim:ft=sh expandtab ai tw=80 tabstop=4 shiftwidth=2