From b979a4a9bdfc7dce17dfcf6e3552f07ede5c372f Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 5 Aug 2016 15:36:45 +0200 Subject: fix checking package is installed (mga#13353) --- perl-install/any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/any.pm') diff --git a/perl-install/any.pm b/perl-install/any.pm index d25ac5ab8..17d931c7c 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -1418,7 +1418,7 @@ Allowing this will permit users to simply click on \"Share\" in konqueror and na } foreach (keys %types) { my ($pkg, $service, $_descr) = @{$types{$_}}; - my $file = "/etc/init.d/$service"; + my $file = "/usr/lib/systemd/system/${service}.service"; if ($l{$_}) { $in->do_pkgs->ensure_is_installed($pkg, $file) or return; services::start($service); -- cgit v1.2.1