summaryrefslogtreecommitdiffstats
path: root/os-plugins
diff options
context:
space:
mode:
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