From ea79fd361aa5657841fdd0d3c8392db105c6d8a8 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 17 Jan 2013 12:42:18 +0100 Subject: [PATCH] linux: remove not more needed script Signed-off-by: Stephan Raue --- packages/linux/patches/rename.sh | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100755 packages/linux/patches/rename.sh diff --git a/packages/linux/patches/rename.sh b/packages/linux/patches/rename.sh deleted file mode 100755 index 9d86f56697..0000000000 --- a/packages/linux/patches/rename.sh +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/sh -################################################################################ -# This file is part of OpenELEC - http://www.openelec.tv -# Copyright (C) 2009-2012 Stephan Raue (stephan@openelec.tv) -#      Copyright (C) 2010-2011 Roman Weber (roman@openelec.tv) -# -# This Program 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, or (at your option) -# any later version. -# -# This Program 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.tv; see the file COPYING. If not, write to -# the Free Software Foundation, 51 Franklin Street, Suite 500, Boston, MA 02110, USA. -# http://www.gnu.org/copyleft/gpl.html -################################################################################ - - -for i in `ls linux-$1-*.patch`; do - mv $i `echo $i | sed "s,$1,$2,g"` -done