summarylogtreecommitdiffstats
path: root/xdm-xfreq.install
blob: 0037ef26ec029fc3dbff2ca867bbd2cd12f64957 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
post_install() {
cat << EOF
To enable and start the Display Manager, execute:
  systemctl enable xdm-xfreq
  systemctl start xdm-xfreq
The theme can be customized in the following files:
  /etc/xdm-xfreq/Xresources
  /etc/xdm-xfreq/xdm-xfreq.rc
EOF
}

post_upgrade() {
  post_install $1
}