From: Christian Hofstaedtler Date: Thu, 13 Oct 2011 20:40:51 +0000 (+0200) Subject: Remove autostart of grml-info / browser X-Git-Tag: v1.3.0~9 X-Git-Url: http://git.grml.org/?p=grml-etc.git;a=commitdiff_plain;h=7e47abf966c4f33c3732532a96ef568eab1f7b61 Remove autostart of grml-info / browser --- diff --git a/etc/skel/.xinitrc.d/grml_info b/etc/skel/.xinitrc.d/grml_info deleted file mode 100755 index 7ce9983..0000000 --- a/etc/skel/.xinitrc.d/grml_info +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh -# Filename: ~/.xinitrc.d/grml_info -# Purpose: start Grml's information screen -# 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_INFO" = "false" ] ; then - exit 0 -fi - -[ -r /etc/grml_cd ] && grml-info & - -## END OF FILE #################################################################