summarylogtreecommitdiffstats
path: root/xdm-xfreq.install
blob: 897a1d8c6303d4169b50992d0137942bfd5ba3e1 (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-xfreq
  systemctl start xdm-xfreq
Theme is linked from the following file:
  /etc/xdm-xfreq/xdm-theme.rc -> /etc/xdm-xfreq/theme/your-theme.rc
EOF
}

post_upgrade() {
  post_install $1
}