#!/bin/sh
if [ -z "${IPKG_INSTROOT}" ]; then
	rm -rf /tmp/luci-indexcache /tmp/luci-modulecache
fi

if [ -z "$IPKG_INSTROOT" ]; then
  ( . /etc/uci-defaults/40_luci-app-macvlan )
  rm -f /etc/uci-defaults/40_luci-app-macvlan
fi

exit 0
