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