post_install() {
  cat <<EOF
>>> Enable a cron daemon such as cronie or use the included
    systemd user units in /usr/share/backintime/contrib/ in
    order to get backintime scheduling to work
EOF
}

post_upgrade() {
  post_install
}
