# HG changeset patch # User Christophe Lincoln # Date 1398387647 -7200 # Node ID 59d26358e983f9460f515a0db5327cca10a6638d # Parent fe06085e7586b73acb3750d7f0c92aea323cb057 slim: remove wrong msg, it's transparent for users diff -r fe06085e7586 -r 59d26358e983 slim/receipt --- a/slim/receipt Thu Apr 24 21:18:26 2014 +0200 +++ b/slim/receipt Fri Apr 25 03:00:47 2014 +0200 @@ -65,11 +65,4 @@ USER=$(awk -F: '/:1000:1000:/ { print $1 }' < $1/etc/passwd) [ -n "$USER" ] && sed -i s/"default_user .*"/"default_user $USER"/ $1/etc/slim.conf - - # In order to update the SLiM, we need to restart it. - # We can't just "/etc/init.d/slim restart" because it momentarily interrupts - # X session and the user will get a terrible console with strange letters. - printf '%40s\n' | tr ' ' '=' - echo "In order to update the SLiM," - echo "please, reboot your system!" }