Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openwrt/luci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Eckert <fe@dev.tdt.de>2020-02-13 17:11:16 +0300
committerFlorian Eckert <fe@dev.tdt.de>2020-02-14 11:20:33 +0300
commit1f8a3c04178e21f45f3908fd476ec3b3dad73c69 (patch)
tree9b8f2d37ccd9252fd76bde59f31a4410bb148a1d /applications/luci-app-mwan3/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-mwan3/root')
-rwxr-xr-xapplications/luci-app-mwan3/root/etc/uci-defaults/60_luci-mwan33
1 files changed, 0 insertions, 3 deletions
diff --git a/applications/luci-app-mwan3/root/etc/uci-defaults/60_luci-mwan3 b/applications/luci-app-mwan3/root/etc/uci-defaults/60_luci-mwan3
index 150ea5a3f1..528415f5a7 100755
--- a/applications/luci-app-mwan3/root/etc/uci-defaults/60_luci-mwan3
+++ b/applications/luci-app-mwan3/root/etc/uci-defaults/60_luci-mwan3
@@ -15,7 +15,4 @@ uci -q get mwan3.globals >/dev/null || {
uci commit mwan3
}
-# remove LuCI cache
-rm -rf /tmp/luci-indexcache /tmp/luci-modulecache
-
exit 0