summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-01-08 18:29:16 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-01-08 18:29:16 +0100
commitc9621a3bbcff30d41796c61926251f1b5e824bc2 (patch)
tree8317288e2649e7c2d3efd9777e8ee751fb7a25fa /scripts
parent977174e0c1fe9ffdd9575af5af66f03d02219a59 (diff)
update xbmc, add startup script, use /data ext4 rw for xbmc adddons and stuff
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/install6
-rw-r--r--scripts/xbmc-fix.sh7
2 files changed, 0 insertions, 13 deletions
diff --git a/scripts/install b/scripts/install
deleted file mode 100755
index da14ec8ca..000000000
--- a/scripts/install
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/usr/bin/env bash
-# This file is part of the OpenADK project. OpenADK is copyrighted
-# material, please see the LICENCE file in the top-level directory.
-
-cmd=$(echo "$@"|sed -e "s#\(-o\|-g\) [0-9]*##g")
-/usr/bin/install $cmd
diff --git a/scripts/xbmc-fix.sh b/scripts/xbmc-fix.sh
deleted file mode 100644
index 1c690be66..000000000
--- a/scripts/xbmc-fix.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/bash
-IFS="
-"
-for i in $(find . -name '*)' -print );do
- j=$(printf "$i"|sed -e 's# ##' -e 's#(#_#' -e 's#)##')
- mv $i $j
-done