Skip to content

Commit

Permalink
Issue #2948: Include merged packages into uninstall module.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanhaerter authored and svenoe committed Feb 9, 2024
1 parent 22bf356 commit 619ce9c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/DBUpdateTo11_0/UninstallMergedPackages.pm
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,11 @@ sub Run {

# Uninstall, without running DatabaseUninstall and CodeUninstall
my @MergedPackages = qw(
Ayte-CustomTranslations
ImportExport
LightAdmin
QuickDateButtons
RotherOSS-LightAdmin
);
my $PackageObject = $Kernel::OM->Get('Kernel::System::Package');
PACKAGENAME:
Expand Down

0 comments on commit 619ce9c

Please sign in to comment.