1 2 3 4 5 6 7
post_upgrade() { echo "ensure that the avahi daemon is running: sudo systemctl enable avahi-daemon.service --now" } post_install() { post_upgrade }