#!/bin/sh

uci -q batch <<-EOF >/dev/null
	delete ucitrack.@RSS[-1]
	set ucitrack.RSS="RSS"
	set ucitrack.RSS.init='RSS'
	commit ucitrack
EOF

rm -f /tmp/luci-indexcache
exit 0
