summarylogtreecommitdiffstats
path: root/lxdm-themes.install
blob: fa07074f132d11bcede0d4ec558d60aa32e6cfaa (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
  echo "==> Don't forget to manually edit /etc/lxdm/lxdm.conf and set your prefered theme"
  echo "    eg. theme=ArchlinuxFull or theme=Arch-Dark"
  echo "    ls /usr/share/lxdm/themes, to see all available themes"
}

post_upgrade() {
  echo "==> Don't forget to manually edit /etc/lxdm/lxdm.conf and set your prefered theme"
  echo "    eg. theme=ArchlinuxFull or theme=Arch-Dark"
  echo "    ls /usr/share/lxdm/themes, to see all available themes"
}