diff --git a/packages/sysutils/busybox/install b/packages/sysutils/busybox/install index ada079d170..aebec95895 100755 --- a/packages/sysutils/busybox/install +++ b/packages/sysutils/busybox/install @@ -27,6 +27,4 @@ if [ "$2" = system ]; then mkdir -p $INSTALL/sbin cp $PKG_DIR/scripts/init.system $INSTALL/sbin/init.system - mkdir -p $INSTALL/usr/theme/ - cp $PKG_DIR/theme/* $INSTALL/usr/theme fi