post_install() {
  echo "to compile as 32bit, use clang -m32 -B/usr/lib/clang/${1/${1:5}}/32"
}

post_upgrade() {
  post_install
}
