Index: ipk/source.sh4/tools_IP-Kamera/CONTROL/postinst
===================================================================
--- ipk/source.sh4/tools_IP-Kamera/CONTROL/postinst	(revision 45030)
+++ ipk/source.sh4/tools_IP-Kamera/CONTROL/postinst	(revision 45683)
@@ -1,5 +1,5 @@
 #!/bin/sh
 
-if [ -e /etc/.oebuild ];then
+if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
 	opkg update
 	opkg install titan-plugin-instar --dest $1
@@ -9,5 +9,5 @@
 PLUGINDIR="$INSTDIR/usr/local/share/titan/plugins/instar"
 
-if [ -e /tmp/instar.conf ]; then
+if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
 	mv "$PLUGINDIR/instar.conf" "$PLUGINDIR/instar.conf_org"
 	cp /tmp/instar.conf "$PLUGINDIR/instar.conf"
