post.sh at trunk

File build/post.sh artifact 256b2f5d84 on branch trunk


#! /usr/bin/env bash

set -e

rm -rf build
rm -f autogen.sh

exit 0