luci/applications/luci-app-privoxy/root/etc/uci-defaults/40_luci-privoxy
Florian Eckert 1f8a3c0417 luci.mk: move /tmp/luci-indexcache remove to package postinst script
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2020-02-14 09:20:33 +01:00

10 lines
212 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
exit 0