xbmc: remove xbmc-lcd-suspend.service

there is no LCD.Suspend / LCD.Resume builtins anymore in xbmc gotham
This commit is contained in:
Stefan Saraev 2014-02-19 16:56:36 +02:00
parent 4bac621bdb
commit 2a998b0ade
2 changed files with 0 additions and 14 deletions

View File

@ -503,6 +503,5 @@ post_install() {
enable_service xbmc-reboot.service
enable_service xbmc-waitonnetwork.service
enable_service xbmc.service
enable_service xbmc-lcd-suspend.service
enable_service xbmc-lirc-suspend.service
}

View File

@ -1,13 +0,0 @@
[Unit]
Description=LCD sleep hook
Before=sleep.target
StopWhenUnneeded=yes
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=-/usr/bin/xbmc-send --host=127.0.0.1 -a "LCD.Suspend"
ExecStop=-/usr/bin/xbmc-send --host=127.0.0.1 -a "LCD.Resume"
[Install]
WantedBy=sleep.target