wok view lxdm/stuff/PostLogout @ rev 17137

Add libsdl2-ttf and devel.
author necrophcodr <tcg.thegamer@gmail.com>
date Wed Sep 10 10:53:26 2014 +0200 (2014-09-10)
parents
children
line source
1 #!/bin/sh
2 #
4 # LXDM does not clear the last user's processes.
5 ps -o "user,pid" | fgrep $USER | while read user pid
6 do
7 kill $pid
8 done