diff options
Diffstat (limited to 'system/sddm/doinst.sh')
-rw-r--r-- | system/sddm/doinst.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/sddm/doinst.sh b/system/sddm/doinst.sh index 8133e45f7494..873f5495c0ed 100644 --- a/system/sddm/doinst.sh +++ b/system/sddm/doinst.sh @@ -18,6 +18,7 @@ if [ -n "$(grep sddm etc/passwd | grep var/empty)" ]; then echo echo 'SDDM $HOME is set to /var/empty in /etc/passwd' echo "This needs to be changed to /var/lib/sddm" + echo "(see README)." echo echo "Please run:" echo "usermod -d /var/lib/sddm sddm" |