post_upgrade() {
  local new_package_version="$1"
  local old_package_version="$2"
  if [ $(vercmp "${old_package_version}" "1.2.2") -le 0 ]; then
cat <<EOF
The webapp now needs to be run as its own user/group: cacti/cacti.
EOF
  fi
}
