summarylogtreecommitdiffstats
path: root/lxdm-themes.install
blob: 013b065d557e0cb217776ba1ebaf638da4fc1d51 (plain)
1
2
3
4
5
6
7
8
9
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() {
  post_install
}