#!/bin/sh
#
# start GeeXboX installator
#
# runlevels: install

export UID=0
sleep 3
/bin/sh /sbin/installator geexbox

exit 0
