luci/applications/luci-app-simple-adblock/root/etc/uci-defaults/40_luci-simple-adblock
Stan Grishin 4e7806ebf3 luci-app-simple-adblock: sync with the latest version of simple-adblock
Signed-off-by: Stan Grishin <stangri@melmac.net>
2019-07-05 08:30:48 -07:00

8 lines
134 B
Bash

#!/bin/sh
uci -q batch <<-EOF >/dev/null
delete ucitrack.@simple-adblock[-1]
commit ucitrack
EOF
rm -f /tmp/luci-indexcache
exit 0