summaryrefslogtreecommitdiff
path: root/installer-gui
blob: 9133b6b8b19dc330abfdcc230b9f25251c75e14d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/sbin/runscript
# Copyright 2004-2013 Sabayon
# Distributed under the terms of the GNU General Public License v2

depend() {
	before xdm
	after kogaionlive
	need dbus
}

start() {
	ebegin "Configuring the installer"
	/usr/libexec/installer-gui.sh
	eend $?
}