summaryrefslogtreecommitdiff
path: root/app-misc/rogentoslive-tools/files/1.0/installer-text
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/1.0/installer-text
Added ebuilds for kogaion desktop
Diffstat (limited to 'app-misc/rogentoslive-tools/files/1.0/installer-text')
-rwxr-xr-xapp-misc/rogentoslive-tools/files/1.0/installer-text21
1 files changed, 21 insertions, 0 deletions
diff --git a/app-misc/rogentoslive-tools/files/1.0/installer-text b/app-misc/rogentoslive-tools/files/1.0/installer-text
new file mode 100755
index 00000000..ce431e53
--- /dev/null
+++ b/app-misc/rogentoslive-tools/files/1.0/installer-text
@@ -0,0 +1,21 @@
+#!/sbin/runscript
+# Copyright 2006 Sabayon Linux
+# Distributed under the terms of the GNU General Public License v2
+
+depend() {
+ after *
+}
+
+start() {
+
+ source /sbin/rogentos-functions.sh
+
+ if sabayon_is_text_install; then
+ ebegin "Rogentos Linux Text Installer service"
+ eend 0
+ sabayon_setup_text_installer
+ fi
+
+
+
+}