#!/bin/bash
ls *opk|sed 's/\(.*\)\.opk/mv \1.opk  \1.ipk/'|sh
ipkg-make-index . > Packages
