summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-https-dns-proxy
diff options
context:
space:
mode:
authorFlorian Eckert <fe@dev.tdt.de>2020-02-14 09:12:31 +0100
committerFlorian Eckert <fe@dev.tdt.de>2020-02-14 09:20:48 +0100
commitb9292a6f575e5bd440b2011006489c06a3dcb833 (patch)
tree8b3cda8ae6e645a9494b51f9240a4e194a2618b3 /applications/luci-app-https-dns-proxy
parent1f8a3c04178e21f45f3908fd476ec3b3dad73c69 (diff)
luci.mk: move /tmp/luci-modulecache remove to package postinst script
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Diffstat (limited to 'applications/luci-app-https-dns-proxy')
-rw-r--r--applications/luci-app-https-dns-proxy/root/etc/uci-defaults/40_luci-https-dns-proxy3
1 files changed, 0 insertions, 3 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
deleted file mode 100644
index 2a2f1e7c4..000000000
--- a/applications/luci-app-https-dns-proxy/root/etc/uci-defaults/40_luci-https-dns-proxy
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-rm -rf /var/luci-modulecache/
-exit 0