post_install() {
  set -e
  webtech --update-db
}

post_upgrade() {
  post_install "$@"
}

