#!/bin/sh if [ -e /etc/.oebuild ];then opkg update opkg install minisatip opkg install titan-plugin-minisatip --dest $1 fi exit 0