# File lib/backup/cleaner.rb, line 55
      def remove_packaging(model)
        Logger.message "Cleaning up the temporary files..."
        FileUtils.rm_rf(File.join(Config.tmp_path, model.trigger))
      end