## arg 1:  the new package version
## arg 2:  the old package version
post_upgrade() {
  if [ "$(vercmp "$2" 22)" -le 0 ]; then
    echo -e "WARNING: Changes were introduced to the systemd units and configuration locations.\nRefer to upstream to create a working initrd and before rebooting."
  fi
}
