X-Git-Url: http://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=etc%2Fgrml%2Ffai%2Fconfig%2Fscripts%2FGRML%2F90-update-alternatives;h=ba17d8801f23979e2507006cae549a3aec605af5;hp=40b64b5520857ac2cbb7b5c2ff91e467f003cd2a;hb=46e327ee238f7a1b11ec7c6895a0b4b87be9fbbe;hpb=b20d1f05dab564fbab2bea7118b3201421d411e7 diff --git a/etc/grml/fai/config/scripts/GRML/90-update-alternatives b/etc/grml/fai/config/scripts/GRML/90-update-alternatives index 40b64b5..ba17d88 100755 --- a/etc/grml/fai/config/scripts/GRML/90-update-alternatives +++ b/etc/grml/fai/config/scripts/GRML/90-update-alternatives @@ -1,8 +1,18 @@ #!/bin/sh +# Filename: /etc/grml/fai/config/scripts/GRML/90-update-alternatives +# Purpose: set up /etc/alternatives/* according to grml preferences +# 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. +# Latest change: Sun Sep 16 23:02:53 CEST 2007 [mika] +################################################################################ + set -u set -e -# FIXME: use /etc/grml/fai/... as base if [ -r $target/usr/bin/vim.basic ] ; then $ROOTCMD update-alternatives --set editor /usr/bin/vim.basic fi + +## END OF FILE ################################################################# +# vim:ft=sh expandtab ai tw=80 tabstop=4 shiftwidth=3