summaryrefslogtreecommitdiffstats
path: root/src/installer
diff options
context:
space:
mode:
Diffstat (limited to 'src/installer')
-rw-r--r--src/installer/OpenSLX/OSExport/Distro/Linuxmint.pm (renamed from src/installer/OpenSLX/OSExport/Distro/LinuxMint.pm)2
-rw-r--r--src/installer/OpenSLX/OSSetup/Distro/Linuxmint.pm (renamed from src/installer/OpenSLX/OSSetup/Distro/LinuxMint.pm)2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/installer/OpenSLX/OSExport/Distro/LinuxMint.pm b/src/installer/OpenSLX/OSExport/Distro/Linuxmint.pm
index 175addbe..34ca9fb6 100644
--- a/src/installer/OpenSLX/OSExport/Distro/LinuxMint.pm
+++ b/src/installer/OpenSLX/OSExport/Distro/Linuxmint.pm
@@ -11,7 +11,7 @@
# OSExport/Distro/LinuxMint.pm
# - provides LinuxMint-specific overrides of the OSExport Distro API.
# -----------------------------------------------------------------------------
-package OpenSLX::OSExport::Distro::LinuxMint;
+package OpenSLX::OSExport::Distro::Linuxmint;
use strict;
use warnings;
diff --git a/src/installer/OpenSLX/OSSetup/Distro/LinuxMint.pm b/src/installer/OpenSLX/OSSetup/Distro/Linuxmint.pm
index 84a80ee2..761513da 100644
--- a/src/installer/OpenSLX/OSSetup/Distro/LinuxMint.pm
+++ b/src/installer/OpenSLX/OSSetup/Distro/Linuxmint.pm
@@ -11,7 +11,7 @@
# OSSetup/Distro/LinuxMint.pm
# - provides LinuxMint-specific overrides of the OSSetup Distro API.
# -----------------------------------------------------------------------------
-package OpenSLX::OSSetup::Distro::LinuxMint;
+package OpenSLX::OSSetup::Distro::Linuxmint;
use strict;
use warnings;