luci/applications/luci-app-polipo/root/etc/uci-defaults/40_luci-polipo
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
159 B
Bash
Executable file

#!/bin/sh
uci -q batch <<-EOF >/dev/null
delete ucitrack.@polipo[-1]
add ucitrack polipo
set ucitrack.@polipo[-1].init=polipo
commit ucitrack
EOF
exit 0