summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/theme/OpenSLX
diff options
context:
space:
mode:
Diffstat (limited to 'os-plugins/plugins/theme/OpenSLX')
-rw-r--r--os-plugins/plugins/theme/OpenSLX/OSPlugin/theme.pm12
1 files changed, 1 insertions, 11 deletions
diff --git a/os-plugins/plugins/theme/OpenSLX/OSPlugin/theme.pm b/os-plugins/plugins/theme/OpenSLX/OSPlugin/theme.pm
index d4610a4c..1de80d93 100644
--- a/os-plugins/plugins/theme/OpenSLX/OSPlugin/theme.pm
+++ b/os-plugins/plugins/theme/OpenSLX/OSPlugin/theme.pm
@@ -44,7 +44,7 @@ sub getInfo
description => unshiftHereDoc(<<' End-of-Here'),
Applies a graphical theme to the bootsplash and the displaymanager.
End-of-Here
- mustRunAfter => [],
+ precedence => 30,
};
}
@@ -63,16 +63,6 @@ sub getAttrInfo
content_descr => '1 means active - 0 means inactive',
default => '1',
},
- 'theme::precedence' => {
- applies_to_systems => 1,
- applies_to_clients => 0,
- description => unshiftHereDoc(<<' End-of-Here'),
- the execution precedence of the 'theme' plugin
- End-of-Here
- content_regex => qr{^\d\d$},
- content_descr => 'allowed range is from 01-99',
- default => 30,
- },
'theme::splash' => {
applies_to_systems => 1,