summaryrefslogtreecommitdiff
path: root/graphical_start
diff options
context:
space:
mode:
Diffstat (limited to 'graphical_start')
-rw-r--r--graphical_start13
1 files changed, 0 insertions, 13 deletions
diff --git a/graphical_start b/graphical_start
deleted file mode 100644
index ce95220..0000000
--- a/graphical_start
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/sbin/runscript
-# Copyright 2013 Argent and Argent
-# Distributed under the terms of the GNU General Public License v2
-
-depend() {
- after kogaionlive
-}
-
-start() {
- ebegin "Starting the Graphical Interface"
- /usr/libexec/graphical_start.sh
- eend $?
-}