X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=etc%2Fskel%2F.xinitrc.d%2Fgrml_startupinfo;fp=etc%2Fskel%2F.xinitrc.d%2Fgrml_startupinfo;h=0000000000000000000000000000000000000000;hb=85ddb6f6b3d0d17a35cb2d8fcd3d948567b3d71b;hp=f221cc8343248045f26c173f6332a798123f8873;hpb=4b07cfb574e2332ab40dba0ef3a596d232a3bc08;p=grml-desktop.git diff --git a/etc/skel/.xinitrc.d/grml_startupinfo b/etc/skel/.xinitrc.d/grml_startupinfo deleted file mode 100755 index f221cc8..0000000 --- a/etc/skel/.xinitrc.d/grml_startupinfo +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/sh -# Filename: ~/.xinitrc.d/grml_startupinfo -# Purpose: display startup information -# 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. -################################################################################ - -if [ "$XINIT_GRML_STARTUPINFO" = "false" ] ; then - exit 0 -fi - -if [ -x /usr/bin/osd_cat ] ; then - echo "Starting X window system and loading window manager..." | \ - osd_cat -c white -A center -p middle -f "-misc-fixed-medium-r-normal-*-15-150-*-*-c-*-iso8859-15" & -fi - -## END OF FILE #################################################################