X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=etc%2Fgrml%2Ffai%2Fconfig%2Fscripts%2FGRMLBASE%2F90-update-alternatives;h=7825cab85c14565e46a74f378bdea7dfc445a088;hb=f9e99174221e1035d0eec78ff68d0c65bdc3fba4;hp=ba17d8801f23979e2507006cae549a3aec605af5;hpb=e08881cde5d29236a5992a0a501b43e88d66732d;p=grml-live.git diff --git a/etc/grml/fai/config/scripts/GRMLBASE/90-update-alternatives b/etc/grml/fai/config/scripts/GRMLBASE/90-update-alternatives index ba17d88..7825cab 100755 --- a/etc/grml/fai/config/scripts/GRMLBASE/90-update-alternatives +++ b/etc/grml/fai/config/scripts/GRMLBASE/90-update-alternatives @@ -14,5 +14,13 @@ if [ -r $target/usr/bin/vim.basic ] ; then $ROOTCMD update-alternatives --set editor /usr/bin/vim.basic fi +if [ -r $target/usr/bin/xterm ] ; then + $ROOTCMD update-alternatives --set x-terminal-emulator /usr/bin/xterm +fi + +if [ -r $target/etc/X11/cursors/whiteglass.theme ] ; then + $ROOTCMD update-alternatives --set x-cursor-theme /etc/X11/cursors/whiteglass.theme +fi + ## END OF FILE ################################################################# # vim:ft=sh expandtab ai tw=80 tabstop=4 shiftwidth=3