summaryrefslogtreecommitdiffstats
path: root/os-plugins
diff options
context:
space:
mode:
authorOliver Tappe2008-01-14 21:38:46 +0100
committerOliver Tappe2008-01-14 21:38:46 +0100
commitcd48e4db4ff0239db38ac04363403befa10bb4ee (patch)
tree0d4bad8509d9269cc56bd39bff21335df0c3cc43 /os-plugins
parent* the config-demuxer now passes through theme::name to mkdxsinitrd (via -s) (diff)
downloadcore-cd48e4db4ff0239db38ac04363403befa10bb4ee.tar.gz
core-cd48e4db4ff0239db38ac04363403befa10bb4ee.tar.xz
core-cd48e4db4ff0239db38ac04363403befa10bb4ee.zip
* reactivated copying of displaymanager theme, but it still does not
seem to work, as all I see is the ugly standard look git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1475 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins')
-rw-r--r--os-plugins/plugins/Theme/XX_Theme.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/os-plugins/plugins/Theme/XX_Theme.sh b/os-plugins/plugins/Theme/XX_Theme.sh
index c1814d6f..e0a6985f 100644
--- a/os-plugins/plugins/Theme/XX_Theme.sh
+++ b/os-plugins/plugins/Theme/XX_Theme.sh
@@ -7,11 +7,11 @@ if [ -e /initramfs/plugin-conf/Theme.conf ]; then
if [ $Theme_active -ne 0 ]; then
[ $DEBUGLEVEL -gt 0 ] && echo "executing the 'Theme' os-plugin ...";
-# testmkd /mnt/var/lib/openslx/themes/displaymanager
-# testmkd /mnt/var/lib/openslx/bin
-# [ -d /usr/share/themes/displaymanager ] \
-# && cp -a /usr/share/themes/displaymanager \
-# /mnt/var/lib/openslx/themes
+ testmkd /mnt/var/lib/openslx/themes/displaymanager
+ testmkd /mnt/var/lib/openslx/bin
+ [ -d /usr/share/themes/displaymanager ] \
+ && cp -a /usr/share/themes/displaymanager \
+ /mnt/var/lib/openslx/themes
[ $DEBUGLEVEL -gt 0 ] && echo "done with 'Theme' os-plugin ...";
fi