summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-privoxy/root/etc/uci-defaults/luci-privoxy
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2016-01-27 16:47:23 +0100
committerJo-Philipp Wich <jow@openwrt.org>2016-01-27 16:50:19 +0100
commit8eaac4b637d989680ad86dc3e84b0f3b547c1619 (patch)
treefbc6aa60f12e0ab8624448efcd29daa62e099314 /applications/luci-app-privoxy/root/etc/uci-defaults/luci-privoxy
parent445ae20db8812bcff3e4c0e32859ea1d3d5fbe4b (diff)
Use numeric prefixes for uci-defaults scripts
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
Diffstat (limited to 'applications/luci-app-privoxy/root/etc/uci-defaults/luci-privoxy')
-rwxr-xr-xapplications/luci-app-privoxy/root/etc/uci-defaults/luci-privoxy12
1 files changed, 0 insertions, 12 deletions
diff --git a/applications/luci-app-privoxy/root/etc/uci-defaults/luci-privoxy b/applications/luci-app-privoxy/root/etc/uci-defaults/luci-privoxy
deleted file mode 100755
index 3405479b54..0000000000
--- a/applications/luci-app-privoxy/root/etc/uci-defaults/luci-privoxy
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-
-# no longer needed for "Save and Apply" to restart privoxy
-# luci-app-privoxy calls /etc/init.d/privoxy reload
-uci -q batch <<-EOF >/dev/null
- delete ucitrack.@privoxy[-1]
- commit ucitrack
-EOF
-
-rm -f /tmp/luci-indexcache
-
-exit 0