Index: ipk/source.sh4/infos_news/CONTROL/postinst
===================================================================
--- ipk/source.sh4/infos_news/CONTROL/postinst	(revision 45957)
+++ ipk/source.sh4/infos_news/CONTROL/postinst	(revision 46249)
@@ -1,5 +1,5 @@
 #!/bin/sh
 
-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-infos-news --dest $1
