if [ "${IPKG_INSTROOT}" = "" ]; then
    rm -f /etc/nftables.d/99-oray-filter-chains.nft
	fw4 reload >/dev/null 2>&1 || true
else
    true
fi
