diff options
Diffstat (limited to 'debian/hurd.postinst')
| -rw-r--r-- | debian/hurd.postinst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/hurd.postinst b/debian/hurd.postinst index 05885203..2e7ff488 100644 --- a/debian/hurd.postinst +++ b/debian/hurd.postinst @@ -17,3 +17,10 @@ for i in vcs tty1 tty2 tty3 tty4 tty5 tty6; do fi done +if [ ! -e /dev/mouse ]; then + ln -s /dev/cons/mouse /dev/mouse +fi + +if [ ! -e /dev/kbd ]; then + ln -s /dev/cons/kbd /dev/kbd +fi |
