# File lib/buildr/packaging/archive.rb, line 348
    def clean
      @paths = { '' => Path.new(self, '') }
      @prepares = []
      self
    end