wok view lxdm/stuff/PostLogout @ rev 21170

updated libdvdcss and libdvdcss-dev (1.2.12 -> 1.4.2)
author Hans-G?nter Theisgen
date Mon Apr 01 15:12:18 2019 +0100 (2019-04-01)
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