luci/applications/luci-app-privoxy/root/etc/uci-defaults/luci-privoxy
Christian Schoenebeck 29f7cf16e5 luci-app-privoxy: move from openwrt/packages to openwrt/luci
* move from openwrt/packages to openwrt/luci
* adaption to new LuCI subdirectory structure
* fix error handling
* modified version handling
* fixed translations

Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
2015-01-24 10:38:54 +01:00

12 lines
240 B
Bash
Executable file

#!/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