summaryrefslogtreecommitdiff
path: root/app-misc/rogentoslive-tools/files/2/rogentoslive
diff options
context:
space:
mode:
authorBlackNoxis <steven.darklight@gmail.com>2014-02-15 23:24:26 +0200
committerBlackNoxis <steven.darklight@gmail.com>2014-02-15 23:24:26 +0200
commit7224c1253228e5c29c78cb3f0f26ce34770f2356 (patch)
tree1684924656132935256e034f35f92abee6623265 /app-misc/rogentoslive-tools/files/2/rogentoslive
Added ebuilds for kogaion desktop
Diffstat (limited to 'app-misc/rogentoslive-tools/files/2/rogentoslive')
-rw-r--r--app-misc/rogentoslive-tools/files/2/rogentoslive14
1 files changed, 14 insertions, 0 deletions
diff --git a/app-misc/rogentoslive-tools/files/2/rogentoslive b/app-misc/rogentoslive-tools/files/2/rogentoslive
new file mode 100644
index 00000000..ee1c5541
--- /dev/null
+++ b/app-misc/rogentoslive-tools/files/2/rogentoslive
@@ -0,0 +1,14 @@
+#!/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/rogentoslive.sh
+ eend $?
+}