summaryrefslogtreecommitdiffstats
path: root/src/os-plugins/plugins/profile/OpenSLX/Distro/Ubuntu_10.pm
diff options
context:
space:
mode:
authorMichael Janczyk2012-12-11 17:29:05 +0100
committerMichael Janczyk2012-12-11 17:29:05 +0100
commit54ab8ee903941dab5d360fc9340b29e7439dce20 (patch)
tree3b7342fefd3babf36195a91c14e004b088643b53 /src/os-plugins/plugins/profile/OpenSLX/Distro/Ubuntu_10.pm
parentsysrqshutdown plugin changed. (diff)
downloadcore-54ab8ee903941dab5d360fc9340b29e7439dce20.tar.gz
core-54ab8ee903941dab5d360fc9340b29e7439dce20.tar.xz
core-54ab8ee903941dab5d360fc9340b29e7439dce20.zip
changed path to meet standard
Diffstat (limited to 'src/os-plugins/plugins/profile/OpenSLX/Distro/Ubuntu_10.pm')
-rw-r--r--src/os-plugins/plugins/profile/OpenSLX/Distro/Ubuntu_10.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/os-plugins/plugins/profile/OpenSLX/Distro/Ubuntu_10.pm b/src/os-plugins/plugins/profile/OpenSLX/Distro/Ubuntu_10.pm
index 3b288e97..0cee752d 100644
--- a/src/os-plugins/plugins/profile/OpenSLX/Distro/Ubuntu_10.pm
+++ b/src/os-plugins/plugins/profile/OpenSLX/Distro/Ubuntu_10.pm
@@ -45,7 +45,7 @@ sub getKdeHome
{
my $self = shift;
- return ".openslx/ubuntu-lucid.kde";
+ return ".openslx/ubuntu-10/kde";
}
sub getGconfPathConfig
@@ -60,7 +60,7 @@ sub getGconfHome
{
my $self = shift;
- return ".openslx.ubuntu-lucid.gconf";
+ return ".openslx/ubuntu-10/gconf";
}
1;