kde/local: but it will not build without this file :)

This commit is contained in:
Albert Hopkins 2010-11-27 16:44:19 -05:00
parent c08d85dace
commit e48f309029
1 changed files with 9 additions and 0 deletions

9
kde/local Normal file
View File

@ -0,0 +1,9 @@
local_start() {
/usr/bin/kdm -daemon
return 0
}
local_stop() {
pkill kdm
return 0
}