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