#!/bin/sh
if [ -z "${IPKG_INSTROOT}" ]; then
	if [ -f /etc/uci-defaults/09-quickstart ]; then
		chmod 755 /etc/uci-defaults/09-quickstart
		/etc/uci-defaults/09-quickstart && rm -f /etc/uci-defaults/09-quickstart
	fi
	exit 0
fi
