summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'os-plugins/plugins')
-rw-r--r--os-plugins/plugins/Theme/XX_Theme.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/os-plugins/plugins/Theme/XX_Theme.sh b/os-plugins/plugins/Theme/XX_Theme.sh
index b37bd33b..a866295d 100644
--- a/os-plugins/plugins/Theme/XX_Theme.sh
+++ b/os-plugins/plugins/Theme/XX_Theme.sh
@@ -2,6 +2,7 @@
#
# stage3 part of 'Theme' plugin - the runlevel script
#
+. /etc/functions
. /etc/sysconfig/config
if [ -e /initramfs/plugin-conf/Theme.conf ]; then
. /initramfs/plugin-conf/Theme.conf
@@ -13,7 +14,7 @@ if [ -e /initramfs/plugin-conf/Theme.conf ]; then
if [ -d /usr/share/themes/displaymanager ]; then
cp -a /usr/share/themes/displaymanager \
/mnt/var/lib/openslx/themes
- sed -i "s,UseTheme=false,UseTheme=true," /mnt/${kdmrcdir}/kdmrc
+ sed -i "s,UseTheme=false,UseTheme=true," /mnt/${D_KDMRCPATH}/kdmrc
fi
[ $DEBUGLEVEL -gt 0 ] && echo "done with 'Theme' os-plugin ...";