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