post_install() {
  cat << EOF
  If you want an xconsole on the login screen, or don't want the clock or
  halt and reboot buttons, edit /etc/X11/xdm/archlinux/Xsetup
EOF
}

post_upgrade() {
  post_install $1
}
