post_install() {
  echo "+++ Remove all old personal config and cache files"
  echo "+++ before using vfu!  Usually this means you have to"
  echo "+++ remove or rename the ~/.vfu directory."
}

post_upgrade() {
  post_install $1
}
