rebrand: LibreELEC

This commit is contained in:
Lukas Rusak
2016-03-11 22:31:41 +01:00
parent 308e4fa3f8
commit 40af353132
60 changed files with 168 additions and 400 deletions

View File

@@ -59,8 +59,8 @@ post_makeinstall_target() {
cp $PKG_DIR/config/lircd.conf.xbox $INSTALL/etc/lirc
cp $PKG_DIR/config/lircd.conf.rpi $INSTALL/etc/lirc
mkdir -p $INSTALL/usr/lib/openelec
cp $PKG_DIR/scripts/lircd_helper $INSTALL/usr/lib/openelec
mkdir -p $INSTALL/usr/lib/libreelec
cp $PKG_DIR/scripts/lircd_helper $INSTALL/usr/lib/libreelec
mkdir -p $INSTALL/usr/lib/udev
cp $PKG_DIR/scripts/lircd_wakeup_enable $INSTALL/usr/lib/udev

View File

@@ -3,8 +3,8 @@ Description=Lirc with %I
[Service]
Type=oneshot
ExecStart=/usr/lib/openelec/lircd_helper add %I
ExecStop=/usr/lib/openelec/lircd_helper remove %I
ExecStart=/usr/lib/libreelec/lircd_helper add %I
ExecStop=/usr/lib/libreelec/lircd_helper remove %I
TimeoutStopSec=1
RemainAfterExit=yes