diff options
Diffstat (limited to 'graphical_start')
-rw-r--r-- | graphical_start | 13 |
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 $? -} |