Index: ipk/source.sh4/network_dlna/CONTROL/postinst
===================================================================
--- ipk/source.sh4/network_dlna/CONTROL/postinst	(revision 45918)
+++ ipk/source.sh4/network_dlna/CONTROL/postinst	(revision 46249)
@@ -6,5 +6,5 @@
 echo PLUGINDIR $PLUGINDIR
 
-if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
+if [ ! -e /etc/.opkg ] && ([ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ]);then
 	opkg update
 	opkg install minidlna --dest $1
