#!/bin/sh if [ -e /etc/.oebuild ];then sed 's/minisatip.*//g' -i /mnt/config/start-config opkg remove minisatip opkg remove titan-plugin-minisatip --dest $1 fi exit 0