* Create /var/state/opengl-driver.

svn path=/nixos/trunk/; revision=8069
This commit is contained in:
Eelco Dolstra 2007-02-27 00:50:22 +00:00
parent a50097b9ca
commit 94393dbd20

View File

@ -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}