summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-config/systemconfig.py
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2010-11-06 17:31:54 (GMT)
committerJames Meyer <james.meyer@operamail.com>2010-11-06 17:31:54 (GMT)
commit9b21e2c89af805f7e2e3014075318587ae479396 (patch)
tree58f8fb0ba47e51295da23d0b43b2a76172dcce04 /abs/core/LinHES-config/systemconfig.py
parent676db4cdf0ec3a29073ee4408b8a610b1b334bd3 (diff)
downloadlinhes_pkgbuild-9b21e2c89af805f7e2e3014075318587ae479396.zip
linhes_pkgbuild-9b21e2c89af805f7e2e3014075318587ae479396.tar.gz
linhes_pkgbuild-9b21e2c89af805f7e2e3014075318587ae479396.tar.bz2
linhes-config:initial support for whiteglass icon theme
Diffstat (limited to 'abs/core/LinHES-config/systemconfig.py')
-rwxr-xr-xabs/core/LinHES-config/systemconfig.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/abs/core/LinHES-config/systemconfig.py b/abs/core/LinHES-config/systemconfig.py
index 2e07b2f..3b44779 100755
--- a/abs/core/LinHES-config/systemconfig.py
+++ b/abs/core/LinHES-config/systemconfig.py
@@ -39,6 +39,9 @@ def setup_x(systemconfig):
if mv_common.read_config(mv_common.module_config,"xorg") == False :
logging.info("____Skipping of Xorg, config disabled____")
else:
+ if not os.path.exists('/usr/share/icons/default'):
+ os.symlink('/usr/share/icons/whiteglass','/usr/share/icons/default');
+
cmd = "%s/bin/xconfig.sh" %systemconfig["MVROOT"]
mv_common.runcmd(cmd)