post_install() {
  echo '>>> To start Mullvad VPN, enable the daemon:'
  echo '    sudo systemctl enable --now mullvad-daemon'
  echo ''
  echo '>>> Optional: block network until VPN is up at boot:'
  echo '    sudo systemctl enable mullvad-early-boot-blocking'
  echo ''
  echo '>>> If using AppArmor, reload the profile:'
  echo '    sudo apparmor_parser -r /etc/apparmor.d/mullvad'
}

post_upgrade() {
  post_install
}
