diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-12-15 14:28:46 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-12-15 14:28:46 +0000 |
commit | f4f10f4e0e480c67fd2dcb4c9679c44b13ee1369 (patch) | |
tree | 9855265d3ea076f662eaf2a9833e39301220effd /perl-install/standalone/scannerdrake | |
parent | 38d701207193a4cc37fbed5bdfa027315d811a09 (diff) | |
download | drakx-f4f10f4e0e480c67fd2dcb4c9679c44b13ee1369.tar drakx-f4f10f4e0e480c67fd2dcb4c9679c44b13ee1369.tar.gz drakx-f4f10f4e0e480c67fd2dcb4c9679c44b13ee1369.tar.bz2 drakx-f4f10f4e0e480c67fd2dcb4c9679c44b13ee1369.tar.xz drakx-f4f10f4e0e480c67fd2dcb4c9679c44b13ee1369.zip |
install task-scanning (so that xsane-gimp got installed)
Diffstat (limited to 'perl-install/standalone/scannerdrake')
-rwxr-xr-x | perl-install/standalone/scannerdrake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/scannerdrake b/perl-install/standalone/scannerdrake index 5c4af6475..ddda0ced2 100755 --- a/perl-install/standalone/scannerdrake +++ b/perl-install/standalone/scannerdrake @@ -55,7 +55,7 @@ Do you want to install the SANE packages?"))) { N("Aborting Scannerdrake.")); exit 0; } - if (!$in->do_pkgs->install('sane-backends', 'scanner-gui')) { + if (!$in->do_pkgs->install('task-scanning')) { $in->ask_warn(N("Error"), N("Could not install the packages needed to set up a scanner with Scannerdrake.") . " " . N("Scannerdrake will not be started now.")); |