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