summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-privoxy
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-privoxy
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-privoxy')
-rwxr-xr-xapplications/luci-app-privoxy/root/etc/uci-defaults/40_luci-privoxy2
1 files changed, 0 insertions, 2 deletions
diff --git a/applications/luci-app-privoxy/root/etc/uci-defaults/40_luci-privoxy b/applications/luci-app-privoxy/root/etc/uci-defaults/40_luci-privoxy
index 3405479b5..884f7e557 100755
--- a/applications/luci-app-privoxy/root/etc/uci-defaults/40_luci-privoxy
+++ b/applications/luci-app-privoxy/root/etc/uci-defaults/40_luci-privoxy
@@ -7,6 +7,4 @@ uci -q batch <<-EOF >/dev/null
commit ucitrack
EOF
-rm -f /tmp/luci-indexcache
-
exit 0