[ -n "${IPKG_INSTROOT}" ] || {
	(. /etc/uci-defaults/40_luci-advanced-reboot) && rm -f /etc/uci-defaults/40_luci-advanced-reboot
	rm -f /tmp/luci-indexcache
	rm -rf /tmp/luci-modulecache/
	killall -HUP rpcd 2>/dev/null
	exit 0
}
