Index: ipk/source.sh4/network_xupnpd/CONTROL/postinst
===================================================================
--- ipk/source.sh4/network_xupnpd/CONTROL/postinst	(revision 45958)
+++ ipk/source.sh4/network_xupnpd/CONTROL/postinst	(revision 46249)
@@ -7,5 +7,5 @@
 mkdir $INSTDIR/etc/xupnpd/config
 
-if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
+if [ ! -e /etc/.opkg ] && ([ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ]);then
 	opkg update
 	opkg install titan-plugin-network-xupnpd --dest $1
