* Create /var/state/opengl-driver.
svn path=/nixos/trunk/; revision=8069
This commit is contained in:
parent
a50097b9ca
commit
94393dbd20
@ -96,7 +96,10 @@ rec {
|
||||
#start on network-interfaces
|
||||
|
||||
start script
|
||||
|
||||
rm -f /var/state/opengl-driver
|
||||
${if getCfg "driSupport"
|
||||
then "ln -sf ${mesa} /var/state/opengl-driver"
|
||||
else ""}
|
||||
end script
|
||||
|
||||
env SLIM_CFGFILE=${slimConfig}
|
||||
|
Loading…
x
Reference in New Issue
Block a user