summaryrefslogtreecommitdiffhomepage
path: root/luci.mk
diff options
context:
space:
mode:
Diffstat (limited to 'luci.mk')
-rw-r--r--luci.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/luci.mk b/luci.mk
index d8fa02951..e6c48ccc6 100644
--- a/luci.mk
+++ b/luci.mk
@@ -218,6 +218,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