Index: ipk/source.sh4/network_minisatip/CONTROL/postinst
===================================================================
--- ipk/source.sh4/network_minisatip/CONTROL/postinst	(revision 45366)
+++ ipk/source.sh4/network_minisatip/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 minisatip
Index: ipk/source.sh4/network_minisatip/CONTROL/postrm
===================================================================
--- ipk/source.sh4/network_minisatip/CONTROL/postrm	(revision 45366)
+++ ipk/source.sh4/network_minisatip/CONTROL/postrm	(revision 45683)
@@ -1,5 +1,5 @@
 #!/bin/sh
 
-if [ -e /etc/.oebuild ];then
+if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
 	sed 's/minisatip=.*//g' -i /mnt/config/start-config
 	opkg remove minisatip
