#!/bin/sh if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then opkg update opkg install titan-plugin-infos-wm2018 --dest $1 fi exit 0