diff options
author | Michael Janczyk | 2012-12-11 17:29:05 +0100 |
---|---|---|
committer | Michael Janczyk | 2012-12-11 17:29:05 +0100 |
commit | 54ab8ee903941dab5d360fc9340b29e7439dce20 (patch) | |
tree | 3b7342fefd3babf36195a91c14e004b088643b53 | |
parent | sysrqshutdown plugin changed. (diff) | |
download | core-54ab8ee903941dab5d360fc9340b29e7439dce20.tar.gz core-54ab8ee903941dab5d360fc9340b29e7439dce20.tar.xz core-54ab8ee903941dab5d360fc9340b29e7439dce20.zip |
changed path to meet standard
-rw-r--r-- | src/os-plugins/plugins/profile/OpenSLX/Distro/Base.pm | 4 | ||||
-rw-r--r-- | src/os-plugins/plugins/profile/OpenSLX/Distro/Ubuntu_10.pm | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/os-plugins/plugins/profile/OpenSLX/Distro/Base.pm b/src/os-plugins/plugins/profile/OpenSLX/Distro/Base.pm index 5588a177..57fc3a27 100644 --- a/src/os-plugins/plugins/profile/OpenSLX/Distro/Base.pm +++ b/src/os-plugins/plugins/profile/OpenSLX/Distro/Base.pm @@ -62,7 +62,7 @@ sub getKdeHome { my $self = shift; - return ".openslx/unknown/kde"; + return ".openslx/general/kde"; } sub getGconfPathConfig @@ -77,7 +77,7 @@ sub getGconfHome { my $self = shift; - return ".openslx/unknown/gconf"; + return ".openslx/general/gconf"; } 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; |