1 # Shell logout file usable by all shells.
4 # When leaving the console clear the screen to increase privacy. Taken from
5 # Debian default bash files and modified. Thanks.
6 if [ "$SHLVL" = 1 ]; then
7 if [ -x /usr/bin/clear_console ]; then
8 /usr/bin/clear_console -q
14 # Make sure sudo rights are removed.