summarylogtreecommitdiffstats
path: root/xdm-minimalist.install
blob: 50bc6b9e545fd659705663b487d1b80d4d38d558 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
post_install() {
  cat << EOF
  The Minimalist XDM theme was installed to /etc/X11/xdm/minimalist

  If you want an xconsole on the login screen, or don't want the clock or the
  halt and reboot buttons, edit /etc/X11/xdm/minimalist/Xsetup
EOF
}

post_upgrade() {
  post_install $1
}