summaryrefslogtreecommitdiffstats
path: root/src/os-plugins/plugins/desktop/XX_desktop.sh
diff options
context:
space:
mode:
authorDirk von Suchodoletz2011-03-28 21:59:16 +0200
committerDirk von Suchodoletz2011-03-28 21:59:16 +0200
commit98e9e014baba7ff6f7c26750ccf877209bccdd18 (patch)
treecd15c16fc61f80a8c3b967b1c7abd2d078c9ed5b /src/os-plugins/plugins/desktop/XX_desktop.sh
parentFixing library problems when calling mkfs.* ... (diff)
downloadcore-98e9e014baba7ff6f7c26750ccf877209bccdd18.tar.gz
core-98e9e014baba7ff6f7c26750ccf877209bccdd18.tar.xz
core-98e9e014baba7ff6f7c26750ccf877209bccdd18.zip
test - fix iceauth failure in ubuntu 10.10
Diffstat (limited to 'src/os-plugins/plugins/desktop/XX_desktop.sh')
-rw-r--r--src/os-plugins/plugins/desktop/XX_desktop.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/os-plugins/plugins/desktop/XX_desktop.sh b/src/os-plugins/plugins/desktop/XX_desktop.sh
index a8cc71fc..112be10a 100644
--- a/src/os-plugins/plugins/desktop/XX_desktop.sh
+++ b/src/os-plugins/plugins/desktop/XX_desktop.sh
@@ -27,6 +27,10 @@ if [ -e /initramfs/plugin-conf/desktop.conf ]; then
your system." fatal
fi
+ if [ -e /mnt/opt/openslx/plugin-repo/desktop/fixICEauth.sh ]
+ then cp /mnt/opt/openslx/plugin-repo/desktop/fixICEauth.sh /etc/profile.d/
+ fi
+
[ $DEBUGLEVEL -gt 0 ] && echo "done with 'desktop' os-plugin ...";
fi