summarylogtreecommitdiffstats
path: root/xdm-hallo.install
blob: d868c35e1e1be03ad38fbd2ab7001b8a4530aeaf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_install() {
cat << EOF
To enable and start the Display Manager, execute:
  systemctl enable xdm-hallo
  systemctl start xdm-hallo
Theme is linked from the following file:
  /etc/xdm-hallo/xdm-theme.rc -> /etc/xdm-hallo/theme/chocolate.rc
EOF
}

post_upgrade() {
  post_install $1
}