From b48b3efc4f0ca8eafc4d65987f9948f5509c980d Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 4 Feb 2003 14:25:50 +0000 Subject: brltty support --- perl-install/install_steps.pm | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'perl-install/install_steps.pm') diff --git a/perl-install/install_steps.pm b/perl-install/install_steps.pm index 8893780e5..724b5f99c 100644 --- a/perl-install/install_steps.pm +++ b/perl-install/install_steps.pm @@ -444,6 +444,14 @@ Consoles 1,3,4,7 may also contain interesting information"; "$o->{prefix}/etc/skel/Desktop/Autostart/kapm.kdelnk") }; } + if ($o->{brltty}) { + output("$o->{prefix}/etc/brltty.conf", <{brltty}{driver} +braille-device $o->{brltty}{device} +text-table $o->{brltty}{table} +EOF + } + $o->install_urpmi; if ($o->{lang} =~ /^(zh_TW|th|vi|be|bg)/) { -- cgit v1.2.1