# File lib/hammer_cli_import/contenthost.rb, line 166
      def post_delete(_file)
        # let's 'try' to delete the system content views
        # there's no chance to find out, whether some other content hosts are associated with them
        @composite_cvs.each do |cv_id|
          silently do
            delete_content_view(cv_id, :system_content_views)
          end
        end
      end