2010-02-14 11:49:37 +01:00
|
|
|
#!/bin/sh
|
|
|
|
|
2010-06-12 14:35:57 +02:00
|
|
|
# Launch common scripts and env for Lubuntu.
|
|
|
|
exec /usr/bin/lubuntu-common
|
2010-02-28 13:39:24 +01:00
|
|
|
|
2010-02-14 11:49:37 +01:00
|
|
|
# Start the LXDE session
|
|
|
|
exec /usr/bin/lxsession -s Lubuntu-Netbook -e LXDE
|