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