#!/bin/sh

if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
	opkg remove titan-plugin-tools-kravencfg --dest $1
fi

exit 0
