summaryrefslogtreecommitdiff
path: root/app-misc/rogentoslive-tools/files/1.0/installer-gui
diff options
context:
space:
mode:
authorBlackNoxis <steven.darklight@gmail.com>2015-01-08 00:55:48 +0200
committerBlackNoxis <steven.darklight@gmail.com>2015-01-08 00:55:48 +0200
commit13b10897be50ae13c7febfd58743d8455cf67e9f (patch)
treedb400379d1c5ce06098bd0269c235bbd31ebde06 /app-misc/rogentoslive-tools/files/1.0/installer-gui
parent103fe4b50f7eade224a440a4b427c8af277ce77e (diff)
Dropping rogentlisve, we have rogentos-live
Diffstat (limited to 'app-misc/rogentoslive-tools/files/1.0/installer-gui')
-rwxr-xr-xapp-misc/rogentoslive-tools/files/1.0/installer-gui26
1 files changed, 0 insertions, 26 deletions
diff --git a/app-misc/rogentoslive-tools/files/1.0/installer-gui b/app-misc/rogentoslive-tools/files/1.0/installer-gui
deleted file mode 100755
index d8fd3dc0..00000000
--- a/app-misc/rogentoslive-tools/files/1.0/installer-gui
+++ /dev/null
@@ -1,26 +0,0 @@
-#!/sbin/runscript
-# Copyright 2006 Sabayon Linux
-# Distributed under the terms of the GNU General Public License v2
-
-depend() {
- before xdm
- after rogentos
- need dbus
-}
-
-start() {
-
- source /sbin/rogentos-functions.sh
-
- if sabayon_is_gui_install; then
- ebegin "Rogentos Linux GUI Installer service"
- # Enable autologin
- sabayon_setup_autologin
- # Setup GUI installer
- sabayon_setup_gui_installer
- eend 0
- fi
-
- return 0
-
-}