diff options
author | David Woodfall <dave@dawoodfall.net> | 2017-12-22 21:12:34 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-12-23 07:12:40 +0700 |
commit | d6d4eb429e19e94c75771d1780b0c9f100dd9eb0 (patch) | |
tree | a210971ff8f495f6f6a4ae912aed6196d93fceaf /system/sddm/doinst.sh | |
parent | 8d3b9d0ebdf84757209dde5140707dcbb7e25211 (diff) |
system/sddm: Updated for version 0.17.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
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 8133e45f74944..873f5495c0ed7 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" |