1cf727ddb39ea1997be2e606b0d6d594fc959ee3
[grml-live.git] / etc / grml / fai / config / scripts / GRMLBASE / 42-branding
1 #!/bin/bash
2 # Filename:      ${GRML_FAI_CONFIG}/config/scripts/GRMLBASE/42-branding
3 # Purpose:       install branding files
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 -v /usr/share/grml/desktop.jpg
13 fcopy -v /usr/share/doc/grml-docs/startpage.html
14
15 ## END OF FILE #################################################################
16 # vim:ft=sh expandtab ai tw=80 tabstop=4 shiftwidth=2