post_install() {
  find "clangarm64/bin" -type d -iname '2.*' | xargs -rt rm -rf
}

post_upgrade() {
  post_install
}
