Rework LuCI build system
[project/luci.git] / applications / luci-app-polipo / root / etc / uci-defaults / luci-polipo
1 #!/bin/sh
2
3 uci -q batch <<-EOF >/dev/null
4 delete ucitrack.@polipo[-1]
5 add ucitrack polipo
6 set ucitrack.@polipo[-1].init=polipo
7 commit ucitrack
8 EOF
9
10 rm -f /tmp/luci-indexcache
11 exit 0