diff options
Diffstat (limited to 'app-misc/rogentoslive-tools/files/2/installer-gui')
-rw-r--r-- | app-misc/rogentoslive-tools/files/2/installer-gui | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/app-misc/rogentoslive-tools/files/2/installer-gui b/app-misc/rogentoslive-tools/files/2/installer-gui new file mode 100644 index 00000000..5300726d --- /dev/null +++ b/app-misc/rogentoslive-tools/files/2/installer-gui @@ -0,0 +1,15 @@ +#!/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 $? +} |