From ef070dcc75cd865375eae02a529ff4d3698919c5 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 4 Oct 2007 13:18:41 +0000 Subject: - diskdrake --fileshare o install nautilus-filesharing if nautilus is installed (#34262) --- perl-install/any.pm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'perl-install/any.pm') 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); -- cgit v1.2.1