From 7e47abf966c4f33c3732532a96ef568eab1f7b61 Mon Sep 17 00:00:00 2001 From: Christian Hofstaedtler Date: Thu, 13 Oct 2011 22:40:51 +0200 Subject: [PATCH] Remove autostart of grml-info / browser --- etc/skel/.xinitrc.d/grml_info | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100755 etc/skel/.xinitrc.d/grml_info 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 ################################################################# -- 2.1.4