summarylogtreecommitdiffstats
path: root/archlinux-lxdm-theme-full.install
blob: 741ff505b634edfea745d1d6f625eca04fe96d99 (plain)
1
2
3
4
5
6
7
8
9
post_install() {
  echo "==> In order to activate this theme, you must edit"
  echo "    /etc/lxdm/lxdm.conf and set:"
  echo "    theme=Archlinux"
}

post_upgrade() {
  post_install
}