summaryrefslogtreecommitdiffstats
path: root/perl-install/any.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-10-04 13:18:41 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-10-04 13:18:41 +0000
commitef070dcc75cd865375eae02a529ff4d3698919c5 (patch)
tree9dfc2964dfff5fde4e3cdb39473dcf812abd48cc /perl-install/any.pm
parent63606a29fd124fe275ba19e23c69bd8c2c514c73 (diff)
downloaddrakx-ef070dcc75cd865375eae02a529ff4d3698919c5.tar
drakx-ef070dcc75cd865375eae02a529ff4d3698919c5.tar.gz
drakx-ef070dcc75cd865375eae02a529ff4d3698919c5.tar.bz2
drakx-ef070dcc75cd865375eae02a529ff4d3698919c5.tar.xz
drakx-ef070dcc75cd865375eae02a529ff4d3698919c5.zip
- diskdrake --fileshare
o install nautilus-filesharing if nautilus is installed (#34262)
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r--perl-install/any.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm
index c19402ac9..2ccb05252 100644
--- a/perl-install/any.pm
+++ b/perl-install/any.pm
@@ -1184,6 +1184,9 @@ Allowing this will permit users to simply click on \"Share\" in konqueror and na
services::do_not_start_service_on_boot($service);
}
}
+ if ($in->do_pkgs->is_installed('nautilus')) {
+ $in->do_pkgs->ensure_is_installed('nautilus-filesharing') or return;
+ }
}
$conf{RESTRICT} = bool2yesno($restrict);
setVarsInSh($file, \%conf);