aboutsummaryrefslogtreecommitdiffstats
path: root/community/wlogout/wlogout.post-install
diff options
context:
space:
mode:
Diffstat (limited to 'community/wlogout/wlogout.post-install')
-rw-r--r--community/wlogout/wlogout.post-install10
1 files changed, 10 insertions, 0 deletions
diff --git a/community/wlogout/wlogout.post-install b/community/wlogout/wlogout.post-install
new file mode 100644
index 00000000000..8f4884fe114
--- /dev/null
+++ b/community/wlogout/wlogout.post-install
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+cat >&2 <<EOF
+*
+* You may need to adjust commands in /etc/wlogout/layout for your environment.
+* The default assumes sway, swaylockd, zzz and doas rules for poweroff, reboot, zzz.
+*
+EOF
+
+exit 0