#!/bin/sh
[ -n "${IPKG_INSTROOT}" ] || {
        /etc/init.d/lucittpd enabled || /etc/init.d/lucittpd enable
	/etc/init.d/lucittpd start || true
}