post_install() {
  cd clang32
  local _prefix=$(pwd -W)
  cd -
  for f in clang32/lib/cmake/bullet/*.cmake; do
    sed -e "s|/clang32|${_prefix}|g" -i ${f}
  done
}

post_upgrade() {
  post_install
}
