Added lightdm-0.2.3 build template.

This commit is contained in:
Juan RP
2011-02-16 14:27:20 +01:00
parent 2db5a13f6c
commit 67def0c02b
13 changed files with 179 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
#!/sbin/runscript
command=/usr/bin/lightdm
name="Light Display Manager"
depend()
{
need dbus localmount
}