summaryrefslogtreecommitdiff
path: root/graphical_start
diff options
context:
space:
mode:
authorBlackNoxis <steven.darklight@gmail.com>2014-11-21 18:07:24 +0200
committerBlackNoxis <steven.darklight@gmail.com>2014-11-21 18:07:24 +0200
commitdacc0bfae08c88125035f08cd136641eee95137f (patch)
treeb2af748741e2ab9ebca0f57d8ce32b5bc75b1a58 /graphical_start
Kogaion live git added
Diffstat (limited to 'graphical_start')
-rw-r--r--graphical_start13
1 files changed, 13 insertions, 0 deletions
diff --git a/graphical_start b/graphical_start
new file mode 100644
index 0000000..ce95220
--- /dev/null
+++ b/graphical_start
@@ -0,0 +1,13 @@
+#!/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 $?
+}