#!/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 $?
}