#!/bin/sh
if [ -z "${IPKG_INSTROOT}" ]; then
	if [ -f /etc/uci-defaults/luci-dnsmasq-ipset ]; then
		( . /etc/uci-defaults/luci-dnsmasq-ipset ) && rm -f /etc/uci-defaults/luci-dnsmasq-ipset
	fi
	rm -rf /tmp/luci-indexcache /tmp/luci-modulecache
fi
exit 0
