post.sh at trunk

File build/post.sh artifact cb645c3205 on branch trunk


#! /usr/bin/env bash

set -e

rm -rf build
rm -f autogen.sh

exit 0