summarylogtreecommitdiffstats
path: root/lightdm-mini-greeter.install
diff options
context:
space:
mode:
authorPavan Rikhi2017-07-13 14:47:34 -0400
committerPavan Rikhi2017-07-13 14:47:34 -0400
commit3be4941ff8147e509fb451a25fb6da459788c307 (patch)
treedce7cd874854055678e735569da6a083cade18c5 /lightdm-mini-greeter.install
parent4b5198de9b1d27c71440815678d4c8402e26ad7d (diff)
downloadaur-3be4941ff8147e509fb451a25fb6da459788c307.tar.gz
Add Post-Install Message on Required Configuration
Diffstat (limited to 'lightdm-mini-greeter.install')
-rw-r--r--lightdm-mini-greeter.install20
1 files changed, 20 insertions, 0 deletions
diff --git a/lightdm-mini-greeter.install b/lightdm-mini-greeter.install
new file mode 100644
index 000000000000..abc2c1867f9a
--- /dev/null
+++ b/lightdm-mini-greeter.install
@@ -0,0 +1,20 @@
+post_install() {
+ echo "==>"
+ echo "==> To enabled lightdm-mini-greeter, change the following config files:"
+ echo "==>"
+ echo "==> /etc/lightdm/lightdm.conf"
+ echo "==> greeter-session = lightdm-mini-greeter"
+ echo "==> user-session = gnome # Or anything from /usr/share/xsessions"
+ echo "==>"
+ echo "==> /etc/lightdm/lightdm-mini-greeter.conf"
+ echo "==> user = <your_username>"
+ echo "==>"
+ echo "==> Then logout & restart lightdm:"
+ echo "==>"
+ echo "==> sudo systemctl restart lightdm"
+ echo "==>"
+}
+
+post_upgrade() {
+ post_install
+}