Initial configuration for FAI (work in progress)
[grml-live.git] / etc / grml / fai / config / scripts / GRML_X / 90-update-alternatives
1 #!/bin/sh
2 set -u
3 set -e
4
5 if [ -r "$target"/usr/bin/xterm ] ; then
6    chroot "$target" update-alternatives --set x-terminal-emulator /usr/bin/xterm
7 fi
8
9 if [ -r "$target"/etc/X11/cursors/whiteglass.theme ] ; then
10    chroot "$target" update-alternatives --set x-cursor-theme /etc/X11/cursors/whiteglass.theme
11 fi