summaryrefslogtreecommitdiff
path: root/app-misc/rogentoslive-tools/files/1.0/installer-text
blob: ce431e53b75b9a5ddb12eb1d0abc3bfcb0ce6259 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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



}