summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-simple-adblock/root/etc/uci-defaults/40_luci-simple-adblock
blob: 97bc9fbee02da68348aa9178adf7adf914e421bf (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
uci -q batch <<-EOF >/dev/null
	delete ucitrack.@simple-adblock[-1]
	commit ucitrack
EOF

rm -f /tmp/luci-indexcache
exit 0