From 4f6e36aa42b9930f6bd21af0b37a72fa7f11df98 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Fri, 23 Aug 2013 12:37:43 +0200 Subject: [PATCH] scripts/install: cleanup old init support Signed-off-by: Stephan Raue --- scripts/install | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/scripts/install b/scripts/install index c7ef786151..55c75a5a67 100755 --- a/scripts/install +++ b/scripts/install @@ -56,11 +56,6 @@ for p in $PKG_DEPENDS $PKG_DEPENDS_TARGET; do $SCRIPTS/install $p done -if [ -d $PKG_DIR/init.d ]; then - mkdir -p $INSTALL/etc/init.d - cp $PKG_DIR/init.d/* $INSTALL/etc/init.d/ -fi - if [ -d $PKG_DIR/profile.d ]; then mkdir -p $INSTALL/etc/profile.d cp $PKG_DIR/profile.d/*.conf $INSTALL/etc/profile.d/ @@ -106,11 +101,6 @@ if [ -d $PKG_DIR/debug.d ]; then cp $PKG_DIR/debug.d/*.conf $INSTALL/usr/share/debugconf fi -if [ -d $PKG_DIR/init.network ]; then - mkdir -p $INSTALL/etc/init.d/network - cp $PKG_DIR/init.network/* $INSTALL/etc/init.d/network/ -fi - if [ -f $PKG_DIR/package.mk ]; then # unset functions unset -f pre_install