post_install() { echo "Enabling systemd service" systemctl enable NetworkManager.service } post_upgrade() { (( $(vercmp 0.8.3 $2) > 0 )) && cat <