summarylogtreecommitdiffstats
path: root/lxdm-themes.install
diff options
context:
space:
mode:
authorIlias Stamatis2015-06-08 16:24:03 +0300
committerIlias Stamatis2015-06-08 16:24:03 +0300
commitc731b439af663183d9422850cdd35fc65c5f23de (patch)
tree98dbdeba7f7dfc9c900cccba4d96a62af09a4768 /lxdm-themes.install
downloadaur-c731b439af663183d9422850cdd35fc65c5f23de.tar.gz
initial commit
Diffstat (limited to 'lxdm-themes.install')
-rw-r--r--lxdm-themes.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/lxdm-themes.install b/lxdm-themes.install
new file mode 100644
index 000000000000..fa07074f132d
--- /dev/null
+++ b/lxdm-themes.install
@@ -0,0 +1,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"
+}