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