From 8c0006edf7e8e49c1fdd1252c0298f32b806e9f7 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Wed, 28 Apr 2010 23:41:25 +0200 Subject: [PATCH] remote: - add install script --- packages/sysutils/remote/install | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 packages/sysutils/remote/install diff --git a/packages/sysutils/remote/install b/packages/sysutils/remote/install new file mode 100755 index 0000000000..5f8129d2c2 --- /dev/null +++ b/packages/sysutils/remote/install @@ -0,0 +1,11 @@ +#!/bin/sh + +. config/options + +$SCRIPTS/install lirc +$SCRIPTS/install irserver + +PKG_DIR=`find $PACKAGES -type d -name $1` + +mkdir -p $INSTALL/usr/config + cp $PKG_DIR/config/*.conf $INSTALL/usr/config \ No newline at end of file