#!/bin/bash

post_upgrade() {
  printf "%b\n" "\e[1;33m==> WARNING: \e[0mIn order for UxPlay to work, Avahi has to be running. Enable it with: systemctl enable --now avahi-daemon"
}

post_install() {
	post_upgrade "$@"
}
