mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-24 06:33:42 +00:00
* Doh.
svn path=/nixos/trunk/; revision=8168
This commit is contained in:
parent
119df37858
commit
797524528b
@ -73,7 +73,7 @@ if test "$action" = "switch" -o "$action" = "test"; then
|
||||
|
||||
# Hack: skip the sys-* and ctrl-alt-delete events.
|
||||
# Another hack: don't restart the X server (that would kill all the clients).
|
||||
if echo "$event" | grep -q "^sys-\|^ctrl-|^xserver"; then continue; fi
|
||||
if echo "$event" | grep -q "^sys-\|^ctrl-\|^xserver"; then continue; fi
|
||||
|
||||
if ! test -e "$oldEvents/$event"; then
|
||||
echo "starting $event..."
|
||||
|
Loading…
Reference in New Issue
Block a user