post.sh at [0d2b96f6d8]

File build/post.sh artifact cb645c3205 part of check-in 0d2b96f6d8


#! /usr/bin/env bash

set -e

rm -rf build
rm -f autogen.sh

exit 0