post_install() {
  if ! systemctl is-enabled -q cronie; then
    echo
    echo ">>> Enable cronie.service in order for Back In Time scheduling to work"
    echo
  fi
}

post_upgrade() {
  post_install
}
