diff options
author | V3n3RiX <venerix@gmail.com> | 2014-12-20 19:38:17 +0200 |
---|---|---|
committer | V3n3RiX <venerix@gmail.com> | 2014-12-20 19:38:17 +0200 |
commit | c879148f0c34a4ec243f951bba9fc22db665af6a (patch) | |
tree | daebff9b3707258e57826fe26a8a5e0bf1db5d72 /graphical_start | |
parent | 5ce5d9dbce748716ef08288a0557a43b079d1fc0 (diff) |
drop openrc unit files
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 $? -} |