diff --git a/luci.mk b/luci.mk index 50d9aa9b50..5a6e5fdd2c 100644 --- a/luci.mk +++ b/luci.mk @@ -219,6 +219,7 @@ ifneq ($(LUCI_DEFAULTS),) define Package/$(PKG_NAME)/postinst [ -n "$${IPKG_INSTROOT}" ] || {$(foreach script,$(LUCI_DEFAULTS), (. /etc/uci-defaults/$(script)) && rm -f /etc/uci-defaults/$(script)) + rm -f /tmp/luci-indexcache exit 0 } endef