From e755fee1055af345783b8306f60514c237369a51 Mon Sep 17 00:00:00 2001 From: Dexter Morgan Date: Tue, 17 May 2011 15:42:29 +0000 Subject: Use skanlite instead of kooka ( mga #1224) --- perl-install/standalone/scannerdrake | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'perl-install/standalone/scannerdrake') diff --git a/perl-install/standalone/scannerdrake b/perl-install/standalone/scannerdrake index fdc975e7d..3a4bfea49 100755 --- a/perl-install/standalone/scannerdrake +++ b/perl-install/standalone/scannerdrake @@ -46,7 +46,7 @@ my $in = 'interactive'->vnew('su'); if (!files_exist(qw(/usr/bin/scanimage /etc/sane.d/dll.conf)) || (!files_exist(qw(/usr/bin/xsane)) && - !files_exist(qw(/usr/bin/kooka)) && + !files_exist(qw(/usr/bin/skanlite)) && !$in->do_pkgs->is_installed('scanner-gui'))) { if (!$in->ask_yesorno(N("Warning"), N("SANE packages need to be installed to use scanners. @@ -406,7 +406,7 @@ sub tryConfScanner { N("Your %s cannot be configured fully automatically.\n\nManual adjustments are required. Please edit the configuration file /etc/sane.d/%s.conf. ", removeverticalbar($model), $server) . N("More info in the driver's manual page. Run the command \"man sane-%s\" to read it.", $server) . "\n\n" . - N("After that you may scan documents using \"XSane\" or \"Kooka\" from Multimedia/Graphics in the applications menu.")); + N("After that you may scan documents using \"XSane\" or \"%s\" from Multimedia/Graphics in the applications menu.", "Skanlite")); } elsif ($scanner::scannerDB->{$model}{flags}{manual} == 1) { # MANUAL in ScannerDB $in->ask_warn(N("Attention!"), @@ -415,10 +415,10 @@ sub tryConfScanner { N("edit the configuration file /etc/sane.d/%s.conf. ", $server) . N("More info in the driver's manual page. Run the command \"man sane-%s\" to read it.", $server) . "\n\n" . - N("After that you may scan documents using \"XSane\" or \"Kooka\" from Multimedia/Graphics in the applications menu.")); + N("After that you may scan documents using \"XSane\" or \"%s\" from Multimedia/Graphics in the applications menu.", "Skanlite")); } else { $in->ask_warn(N("Congratulations!"), - N("Your %s has been configured.\nYou may now scan documents using \"XSane\" or \"Kooka\" from Multimedia/Graphics in the applications menu.", removeverticalbar($model))); + N("Your %s has been configured.\nYou may now scan documents using \"XSane\" or \"%s\" from Multimedia/Graphics in the applications menu.", removeverticalbar($model), "Skanlite")); } return 1; } -- cgit v1.2.1