mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 07:27:49 +00:00
kodi: remove kodi-rebrand
This commit is contained in:
parent
f4c40cfaa6
commit
673fcfd4dc
@ -417,8 +417,6 @@ post_makeinstall_target() {
|
|||||||
cp $PKG_DIR/scripts/kodi.sh $INSTALL/usr/lib/kodi
|
cp $PKG_DIR/scripts/kodi.sh $INSTALL/usr/lib/kodi
|
||||||
cp $PKG_DIR/scripts/kodi-hacks $INSTALL/usr/lib/kodi
|
cp $PKG_DIR/scripts/kodi-hacks $INSTALL/usr/lib/kodi
|
||||||
cp $PKG_DIR/scripts/kodi-sources $INSTALL/usr/lib/kodi
|
cp $PKG_DIR/scripts/kodi-sources $INSTALL/usr/lib/kodi
|
||||||
# TODO: remove this later:
|
|
||||||
cp $PKG_DIR/scripts/kodi-rebrand $INSTALL/usr/lib/kodi
|
|
||||||
|
|
||||||
mkdir -p $INSTALL/usr/lib/openelec
|
mkdir -p $INSTALL/usr/lib/openelec
|
||||||
cp $PKG_DIR/scripts/systemd-addon-wrapper $INSTALL/usr/lib/openelec
|
cp $PKG_DIR/scripts/systemd-addon-wrapper $INSTALL/usr/lib/openelec
|
||||||
@ -504,7 +502,4 @@ post_install() {
|
|||||||
enable_service kodi-waitonnetwork.service
|
enable_service kodi-waitonnetwork.service
|
||||||
enable_service kodi.service
|
enable_service kodi.service
|
||||||
enable_service kodi-lirc-suspend.service
|
enable_service kodi-lirc-suspend.service
|
||||||
|
|
||||||
# TODO: remove this later
|
|
||||||
enable_service kodi-rebrand.service
|
|
||||||
}
|
}
|
||||||
|
@ -1,26 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
################################################################################
|
|
||||||
# This file is part of OpenELEC - http://www.openelec.tv
|
|
||||||
# Copyright (C) 2009-2014 Stephan Raue (stephan@openelec.tv)
|
|
||||||
#
|
|
||||||
# OpenELEC is free software: you can redistribute it and/or modify
|
|
||||||
# it under the terms of the GNU General Public License as published by
|
|
||||||
# the Free Software Foundation, either version 2 of the License, or
|
|
||||||
# (at your option) any later version.
|
|
||||||
#
|
|
||||||
# OpenELEC is distributed in the hope that it will be useful,
|
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
# GNU General Public License for more details.
|
|
||||||
#
|
|
||||||
# You should have received a copy of the GNU General Public License
|
|
||||||
# along with OpenELEC. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
################################################################################
|
|
||||||
|
|
||||||
# move XBMC configdir to Kodi configdir
|
|
||||||
# TODO: remove the .xbmc symlink later
|
|
||||||
|
|
||||||
if [ -d /storage/.xbmc -a ! -d /storage/.kodi ]; then
|
|
||||||
mv /storage/.xbmc /storage/.kodi
|
|
||||||
ln -sf .kodi /storage/.xbmc
|
|
||||||
fi
|
|
@ -1,13 +0,0 @@
|
|||||||
[Unit]
|
|
||||||
Description=Kodi config dir rebrand
|
|
||||||
DefaultDependencies=no
|
|
||||||
Before=local-fs.target shutdown.target
|
|
||||||
Conflicts=shutdown.target
|
|
||||||
|
|
||||||
[Service]
|
|
||||||
Type=oneshot
|
|
||||||
ExecStart=/usr/lib/kodi/kodi-rebrand
|
|
||||||
RemainAfterExit=yes
|
|
||||||
|
|
||||||
[Install]
|
|
||||||
WantedBy=local-fs.target
|
|
Loading…
x
Reference in New Issue
Block a user