X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=luci.mk;h=5a6e5fdd2c0857142fd7fe79329b972d919a05e6;hb=19dedbae609d4f8ac41808d8d9da42aab51d6d17;hp=50d9aa9b500648af2dea89c273a3448c20fd4afa;hpb=8362ab8d28c56702b77b99485c59f6cb090cfff9;p=oweals%2Fluci.git diff --git a/luci.mk b/luci.mk index 50d9aa9b5..5a6e5fdd2 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