summaryrefslogtreecommitdiff
path: root/kogaionlive
diff options
context:
space:
mode:
Diffstat (limited to 'kogaionlive')
-rw-r--r--kogaionlive14
1 files changed, 0 insertions, 14 deletions
diff --git a/kogaionlive b/kogaionlive
deleted file mode 100644
index 97543eb..0000000
--- a/kogaionlive
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/sbin/runscript
-# Copyright 2004-2013 Sabayon
-# Distributed under the terms of the GNU General Public License v2
-
-depend() {
- after x-setup
- before xdm
-}
-
-start() {
- ebegin "Preparing Live system..."
- /usr/libexec/kogaionlive.sh
- eend $?
-}