Commit 9a945e94 authored by Marco Mariani's avatar Marco Mariani

force detection of zimbra-core and zimbra-store packages

parent 5bf62707
...@@ -115,9 +115,15 @@ my %packageServiceMap = ( ...@@ -115,9 +115,15 @@ my %packageServiceMap = (
convertd => "zimbra-convertd", convertd => "zimbra-convertd",
); );
my %installedPackages = (); my %installedPackages = (
"zimbra-core" => "zimbra-core",
"zimbra-store" => "zimbra-store",
);
my %prevInstalledPackages = (); my %prevInstalledPackages = ();
my %enabledPackages = (); my %enabledPackages = (
"zimbra-core" => "Enabled",
"zimbra-store" => "Enabled",
);
my %enabledServices = (); my %enabledServices = ();
my $zimbraHome = "/opt/zimbra"; my $zimbraHome = "/opt/zimbra";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment