summaryrefslogtreecommitdiff
path: root/app-misc/rogentoslive-tools/files/2/installer-gui
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/installer-gui
Added ebuilds for kogaion desktop
Diffstat (limited to 'app-misc/rogentoslive-tools/files/2/installer-gui')
-rw-r--r--app-misc/rogentoslive-tools/files/2/installer-gui15
1 files changed, 15 insertions, 0 deletions
diff --git a/app-misc/rogentoslive-tools/files/2/installer-gui b/app-misc/rogentoslive-tools/files/2/installer-gui
new file mode 100644
index 00000000..5300726d
--- /dev/null
+++ b/app-misc/rogentoslive-tools/files/2/installer-gui
@@ -0,0 +1,15 @@
+#!/sbin/runscript
+# Copyright 2004-2013 Sabayon
+# Distributed under the terms of the GNU General Public License v2
+
+depend() {
+ before xdm
+ after rogentoslive
+ need dbus
+}
+
+start() {
+ ebegin "Configuring the installer"
+ /usr/libexec/installer-gui.sh
+ eend $?
+}