summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--solenv/bin/modules/installer/epmfile.pm8
1 files changed, 8 insertions, 0 deletions
diff --git a/solenv/bin/modules/installer/epmfile.pm b/solenv/bin/modules/installer/epmfile.pm
index 0b0d10350f50..2c215ed03a0c 100644
--- a/solenv/bin/modules/installer/epmfile.pm
+++ b/solenv/bin/modules/installer/epmfile.pm
@@ -2035,6 +2035,14 @@ sub put_systemintegration_into_installset
}
}
+ my $deb = 'openofficeorg-debian-menus_' . $variables->{'PRODUCTVERSION'} . '-1_all.deb';
+ my $debref = installer::scriptitems::get_sourcepath_from_filename_and_includepath(\$deb, $includepatharrayref, 0);
+
+ if ( $$debref ne "" )
+ {
+ push(@systemfiles, $deb);
+ }
+
for ( my $i = 0; $i <= $#systemfiles; $i++ )
{
my $onefilename = $systemfiles[$i];