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