summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/xserver/XX_xserver.sh
diff options
context:
space:
mode:
authorDirk von Suchodoletz2008-08-10 13:36:37 +0200
committerDirk von Suchodoletz2008-08-10 13:36:37 +0200
commit70751e69e798db509a385e17b15be20ca1b9a683 (patch)
treee50d293ef69cd0513e78500e05ca303114d8f3d1 /os-plugins/plugins/xserver/XX_xserver.sh
parentUse the proper quotes (double quotes) here ... (diff)
downloadcore-70751e69e798db509a385e17b15be20ca1b9a683.tar.gz
core-70751e69e798db509a385e17b15be20ca1b9a683.tar.xz
core-70751e69e798db509a385e17b15be20ca1b9a683.zip
Extension to the xserver plugin (for later integration of the
non-gpl drivers stuff) ... git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2012 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins/plugins/xserver/XX_xserver.sh')
-rw-r--r--os-plugins/plugins/xserver/XX_xserver.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/os-plugins/plugins/xserver/XX_xserver.sh b/os-plugins/plugins/xserver/XX_xserver.sh
index 69369f7c..ddbcba6a 100644
--- a/os-plugins/plugins/xserver/XX_xserver.sh
+++ b/os-plugins/plugins/xserver/XX_xserver.sh
@@ -152,4 +152,7 @@ a\ \ InputDevice\ \ "Synaptics TP"\ \ \ \ \ \ "SendCoreEvents"
fi
[ $DEBUGLEVEL -gt 0 ] && echo "done with 'xserver' os-plugin ...";
fi
+ # run distro specific generated stage3 script
+ [ -e /mnt/opt/openslx/plugin-repo/xserver/xserver.sh ] && \
+ . /mnt/opt/openslx/plugin-repo/xserver/xserver.sh
fi