summarylogtreecommitdiffstats
path: root/lightdm-mini-greeter.install
diff options
context:
space:
mode:
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
+}