Remove bootsplash_{end,start}.sh
[grml-etc.git] / etc / init.d / bootsplash_end.sh
diff --git a/etc/init.d/bootsplash_end.sh b/etc/init.d/bootsplash_end.sh
deleted file mode 100755 (executable)
index d859392..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/sh
-# Filename:      bootsplash_end.sh
-# Purpose:       last stage of textbased bootsplash
-# Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
-# Bug-Reports:   see http://grml.org/bugs/
-# License:       This file is licensed under the GPL v2.
-# Latest change: Don Sep 20 15:56:56 CEST 2007 [mika]
-################################################################################
-
-. /etc/grml/autoconfig.functions
-
-if checkbootparam "textsplash" || checkbootparam "tsplash"; then
-  /usr/bin/grml-bootsplash "||||||||||||">/dev/tty14
-  chvt 1
-  deallocvt 14
-fi
-
-## END OF FILE #################################################################