From 1f8a3c04178e21f45f3908fd476ec3b3dad73c69 Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Thu, 13 Feb 2020 15:11:16 +0100 Subject: luci.mk: move /tmp/luci-indexcache remove to package postinst script Signed-off-by: Florian Eckert --- .../root/etc/uci-defaults/40_luci-https-dns-proxy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'applications/luci-app-https-dns-proxy/root/etc') diff --git a/applications/luci-app-https-dns-proxy/root/etc/uci-defaults/40_luci-https-dns-proxy b/applications/luci-app-https-dns-proxy/root/etc/uci-defaults/40_luci-https-dns-proxy index a1ecfcea24..2a2f1e7c4b 100644 --- a/applications/luci-app-https-dns-proxy/root/etc/uci-defaults/40_luci-https-dns-proxy +++ b/applications/luci-app-https-dns-proxy/root/etc/uci-defaults/40_luci-https-dns-proxy @@ -1,3 +1,3 @@ #!/bin/sh -rm -rf /var/luci-modulecache/; rm -f /var/luci-indexcache; +rm -rf /var/luci-modulecache/ exit 0 -- cgit v1.2.3