scripts/install: remove automatic install function, we dont need them

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-07-25 13:39:36 +02:00
parent d85e7b841e
commit 43f2234601

View File

@ -38,7 +38,4 @@ done
if [ -f $PKG_DIR/install ]; then
$PKG_DIR/install $@ >&$VERBOSE_OUT
else
mkdir -p $INSTALL/usr/bin
cp $PKG_BUILD/$1 $INSTALL/usr/bin
fi