[ -n "${IPKG_INSTROOT}" ] || {
	[ -f /etc/uci-defaults/luci-app-store ] && (. /etc/uci-defaults/luci-app-store) && rm -f /etc/uci-defaults/luci-app-store
	rm -f /tmp/luci-indexcache /tmp/luci-indexcache.*
	rm -rf /tmp/luci-modulecache/
	/etc/init.d/rpcd reload 2>/dev/null
	exit 0
}
