moved libmediaart into library folder
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
#/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
import os
|
||||
|
||||
def postInstall():
|
||||
print "FIXME"
|
||||
|
||||
@@ -1,30 +0,0 @@
|
||||
|
||||
from comar.service import *
|
||||
|
||||
serviceType = "local"
|
||||
serviceConf = "libmediaart"
|
||||
serviceDefault = "conditional"
|
||||
|
||||
serviceDesc = _({"en": "Libmediaart",
|
||||
"tr": "Libmediaart"})
|
||||
|
||||
@synchronized
|
||||
def start():
|
||||
startService(command="/usr/sbin/libmediaart",
|
||||
args = config.get("args", "destroy"),
|
||||
donotify=True)
|
||||
|
||||
@synchronized
|
||||
def stop():
|
||||
stopService(command="/usr/sbin/libmediaart",
|
||||
donotify=True)
|
||||
|
||||
def ready():
|
||||
import os
|
||||
status = is_on()
|
||||
if status == "on" or (status == "conditional" and os.path.exists("/sys/coffee/ready")):
|
||||
start()
|
||||
|
||||
def status():
|
||||
return checkDaemon("/var/run/libmediaart.pid")
|
||||
|
||||
@@ -1,13 +0,0 @@
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Version=1.0
|
||||
Encoding=UTF-8
|
||||
Name=Libmediaart
|
||||
Name[tr]=Libmediaart
|
||||
GenericName=Libmediaart
|
||||
GenericName[tr]=Libmediaart
|
||||
Icon=libmediaart
|
||||
Exec=libmediaart
|
||||
Terminal=false
|
||||
StartupNotify=false
|
||||
Categories=Application;Game;ArcadeGame;
|
||||
Reference in New Issue
Block a user