summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-https-dns-proxy/root
diff options
context:
space:
mode:
authorFlorian Eckert <fe@dev.tdt.de>2020-02-13 15:11:16 +0100
committerFlorian Eckert <fe@dev.tdt.de>2020-02-14 09:20:33 +0100
commit1f8a3c04178e21f45f3908fd476ec3b3dad73c69 (patch)
tree9b8f2d37ccd9252fd76bde59f31a4410bb148a1d /applications/luci-app-https-dns-proxy/root
parenteffb720741534acc12891c149bafa832f9419a6c (diff)
luci.mk: move /tmp/luci-indexcache remove to package postinst script
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Diffstat (limited to 'applications/luci-app-https-dns-proxy/root')
-rw-r--r--applications/luci-app-https-dns-proxy/root/etc/uci-defaults/40_luci-https-dns-proxy2
1 files changed, 1 insertions, 1 deletions
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