From 27d4fac1f4e239dd6546a522d5f568faeffc6126 Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Sun, 15 Jun 2014 22:26:09 +0300 Subject: [PATCH] service.openelec.settings: remove unused 'addon' script --- .../service.openelec.settings/addon | 24 ------------------- 1 file changed, 24 deletions(-) delete mode 100755 packages/mediacenter/service.openelec.settings/addon diff --git a/packages/mediacenter/service.openelec.settings/addon b/packages/mediacenter/service.openelec.settings/addon deleted file mode 100755 index b40ce18f10..0000000000 --- a/packages/mediacenter/service.openelec.settings/addon +++ /dev/null @@ -1,24 +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 . -################################################################################ - -. config/options $1 - -mkdir -p $ADDON_BUILD/$PKG_ADDON_ID - cp -R $PKG_BUILD/.install_pkg/usr/share/xbmc/addons/$PKG_ADDON_ID/* $ADDON_BUILD/$PKG_ADDON_ID