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