#!/bin/sh

if [ -e /etc/.oebuild ];then
	opkg update
	opkg install titan-plugin-browser --dest $1
	opkg install titan-netsurf
fi

exit 0
