Index: ipk/source.sh4/network_xupnpd/CONTROL/postinst
===================================================================
--- ipk/source.sh4/network_xupnpd/CONTROL/postinst	(revision 43292)
+++ ipk/source.sh4/network_xupnpd/CONTROL/postinst	(revision 45683)
@@ -7,5 +7,5 @@
 mkdir $INSTDIR/etc/xupnpd/config
 
-if [ -e /etc/.oebuild ];then
+if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
 	opkg update
 	opkg install titan-plugin-xupnpd --dest $1
Index: ipk/source.sh4/network_xupnpd/CONTROL/postrm
===================================================================
--- ipk/source.sh4/network_xupnpd/CONTROL/postrm	(revision 43292)
+++ ipk/source.sh4/network_xupnpd/CONTROL/postrm	(revision 45683)
@@ -6,5 +6,5 @@
 rm -rf $INSTDIR/etc/xupnpd >/dev/null 2>&1
 
-if [ -e /etc/.oebuild ];then
+if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
 	opkg remove titan-plugin-xupnpd --dest $1
 fi
