Index: ipk/source.sh4/browser_netsurf/CONTROL/postinst
===================================================================
--- ipk/source.sh4/browser_netsurf/CONTROL/postinst	(revision 46248)
+++ ipk/source.sh4/browser_netsurf/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-browser --dest $1
Index: ipk/source.sh4/games_catcatch/CONTROL/postinst
===================================================================
--- ipk/source.sh4/games_catcatch/CONTROL/postinst	(revision 46248)
+++ ipk/source.sh4/games_catcatch/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-games-catcatch --dest $1
Index: ipk/source.sh4/games_sudoku/CONTROL/postinst
===================================================================
--- ipk/source.sh4/games_sudoku/CONTROL/postinst	(revision 46248)
+++ ipk/source.sh4/games_sudoku/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-games-sudoku --dest $1
Index: ipk/source.sh4/games_wins3/CONTROL/postinst
===================================================================
--- ipk/source.sh4/games_wins3/CONTROL/postinst	(revision 46248)
+++ ipk/source.sh4/games_wins3/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-games-wins3 --dest $1
Index: ipk/source.sh4/infos_imdb/CONTROL/postinst
===================================================================
--- ipk/source.sh4/infos_imdb/CONTROL/postinst	(revision 46248)
+++ ipk/source.sh4/infos_imdb/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-imdb --dest $1
Index: ipk/source.sh4/infos_imdbapi/CONTROL/postinst
===================================================================
--- ipk/source.sh4/infos_imdbapi/CONTROL/postinst	(revision 46248)
+++ ipk/source.sh4/infos_imdbapi/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-imdbapi --dest $1
Index: ipk/source.sh4/infos_news/CONTROL/postinst
===================================================================
--- ipk/source.sh4/infos_news/CONTROL/postinst	(revision 46248)
+++ 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
Index: ipk/source.sh4/infos_stock/CONTROL/postinst
===================================================================
--- ipk/source.sh4/infos_stock/CONTROL/postinst	(revision 46248)
+++ ipk/source.sh4/infos_stock/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-stock --dest $1
Index: ipk/source.sh4/infos_streaminfo/CONTROL/postinst
===================================================================
--- ipk/source.sh4/infos_streaminfo/CONTROL/postinst	(revision 46248)
+++ ipk/source.sh4/infos_streaminfo/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-streaminfo --dest $1
Index: ipk/source.sh4/infos_tmdb/CONTROL/postinst
===================================================================
--- ipk/source.sh4/infos_tmdb/CONTROL/postinst	(revision 46248)
+++ ipk/source.sh4/infos_tmdb/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-tmdb --dest $1
Index: ipk/source.sh4/infos_weather/CONTROL/postinst
===================================================================
--- ipk/source.sh4/infos_weather/CONTROL/postinst	(revision 46248)
+++ ipk/source.sh4/infos_weather/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-weather --dest $1
Index: ipk/source.sh4/infos_wm2018/CONTROL/postinst
===================================================================
--- ipk/source.sh4/infos_wm2018/CONTROL/postinst	(revision 46248)
+++ ipk/source.sh4/infos_wm2018/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-wm2018 --dest $1
Index: ipk/source.sh4/network_dlna/CONTROL/postinst
===================================================================
--- ipk/source.sh4/network_dlna/CONTROL/postinst	(revision 46248)
+++ 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
Index: ipk/source.sh4/network_facebook/CONTROL/postinst
===================================================================
--- ipk/source.sh4/network_facebook/CONTROL/postinst	(revision 46248)
+++ ipk/source.sh4/network_facebook/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-network-facebook --dest $1
Index: ipk/source.sh4/network_ipsec/CONTROL/postinst
===================================================================
--- ipk/source.sh4/network_ipsec/CONTROL/postinst	(revision 46248)
+++ ipk/source.sh4/network_ipsec/CONTROL/postinst	(revision 46249)
@@ -3,5 +3,5 @@
 ARCH=$(cat /etc/.arch)
 
-if [ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ];then
+if [ ! -e /etc/.opkg ] && ([ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ]);then
 	opkg update
 	opkg install strongswan
Index: ipk/source.sh4/network_minisatip/CONTROL/postinst
===================================================================
--- ipk/source.sh4/network_minisatip/CONTROL/postinst	(revision 46248)
+++ ipk/source.sh4/network_minisatip/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 minisatip
Index: ipk/source.sh4/network_networkbrowser/CONTROL/postinst
===================================================================
--- ipk/source.sh4/network_networkbrowser/CONTROL/postinst	(revision 46248)
+++ ipk/source.sh4/network_networkbrowser/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-network-networkbrowser --dest $1
Index: ipk/source.sh4/network_satipclient/CONTROL/postinst
===================================================================
--- ipk/source.sh4/network_satipclient/CONTROL/postinst	(revision 46248)
+++ ipk/source.sh4/network_satipclient/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 satipclient
Index: ipk/source.sh4/network_xupnpd/CONTROL/postinst
===================================================================
--- ipk/source.sh4/network_xupnpd/CONTROL/postinst	(revision 46248)
+++ 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
Index: ipk/source.sh4/players_tmc/CONTROL/postinst
===================================================================
--- ipk/source.sh4/players_tmc/CONTROL/postinst	(revision 46248)
+++ ipk/source.sh4/players_tmc/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-player-tmc --dest $1
Index: ipk/source.sh4/playersnp_dvdplayer/CONTROL/postinst
===================================================================
--- ipk/source.sh4/playersnp_dvdplayer/CONTROL/postinst	(revision 46248)
+++ ipk/source.sh4/playersnp_dvdplayer/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-player-dvdplayer --dest $1
Index: ipk/source.sh4/playersnp_hbbtv/CONTROL/postinst
===================================================================
--- ipk/source.sh4/playersnp_hbbtv/CONTROL/postinst	(revision 46248)
+++ ipk/source.sh4/playersnp_hbbtv/CONTROL/postinst	(revision 46249)
@@ -1,4 +1,4 @@
 #!/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-player-hbbtv --dest $1
Index: ipk/source.sh4/tools_IP-Kamera/CONTROL/postinst
===================================================================
--- ipk/source.sh4/tools_IP-Kamera/CONTROL/postinst	(revision 46248)
+++ ipk/source.sh4/tools_IP-Kamera/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-tools-instar --dest $1
Index: ipk/source.sh4/tools_autotimer/CONTROL/postinst
===================================================================
--- ipk/source.sh4/tools_autotimer/CONTROL/postinst	(revision 46248)
+++ ipk/source.sh4/tools_autotimer/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-tools-autotimer --dest $1
Index: ipk/source.sh4/tools_callmonitor/CONTROL/postinst
===================================================================
--- ipk/source.sh4/tools_callmonitor/CONTROL/postinst	(revision 46248)
+++ ipk/source.sh4/tools_callmonitor/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-tools-callmonitor1 --dest $1
Index: ipk/source.sh4/tools_filemanager/CONTROL/postinst
===================================================================
--- ipk/source.sh4/tools_filemanager/CONTROL/postinst	(revision 46248)
+++ ipk/source.sh4/tools_filemanager/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-tools-filemanager --dest $1
Index: ipk/source.sh4/tools_keylock/CONTROL/postinst
===================================================================
--- ipk/source.sh4/tools_keylock/CONTROL/postinst	(revision 46248)
+++ ipk/source.sh4/tools_keylock/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-tools-keylock --dest $1
Index: ipk/source.sh4/tools_kravencfg/CONTROL/postinst
===================================================================
--- ipk/source.sh4/tools_kravencfg/CONTROL/postinst	(revision 46248)
+++ ipk/source.sh4/tools_kravencfg/CONTROL/postinst	(revision 46249)
@@ -5,5 +5,5 @@
 chmod 755 $INSTDIR/usr/local/share/titan/plugins/kravencfg/kravencfg.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-tools-kravencfg --dest $1
Index: ipk/source.sh4/tools_lcdpearl1/CONTROL/postinst
===================================================================
--- ipk/source.sh4/tools_lcdpearl1/CONTROL/postinst	(revision 46248)
+++ ipk/source.sh4/tools_lcdpearl1/CONTROL/postinst	(revision 46249)
@@ -14,5 +14,5 @@
 rm -rf stm23
 
-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-tools-lcdpearl1 --dest $1
Index: ipk/source.sh4/tools_lcdsamsung/CONTROL/postinst
===================================================================
--- ipk/source.sh4/tools_lcdsamsung/CONTROL/postinst	(revision 46248)
+++ ipk/source.sh4/tools_lcdsamsung/CONTROL/postinst	(revision 46249)
@@ -9,5 +9,5 @@
 fi
 
-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-tools-lcdsamsung --dest $1
Index: ipk/source.sh4/tools_optimize/CONTROL/postinst
===================================================================
--- ipk/source.sh4/tools_optimize/CONTROL/postinst	(revision 46248)
+++ ipk/source.sh4/tools_optimize/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-tools-optimize --dest $1
Index: ipk/source.sh4/tools_rgui/CONTROL/postinst
===================================================================
--- ipk/source.sh4/tools_rgui/CONTROL/postinst	(revision 46248)
+++ ipk/source.sh4/tools_rgui/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-tools-rgui --dest $1
Index: ipk/source.sh4/tools_scriptexec/CONTROL/postinst
===================================================================
--- ipk/source.sh4/tools_scriptexec/CONTROL/postinst	(revision 46248)
+++ ipk/source.sh4/tools_scriptexec/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-tools-scriptexec --dest $1
Index: ipk/source.sh4/tools_stopifnotused/CONTROL/postinst
===================================================================
--- ipk/source.sh4/tools_stopifnotused/CONTROL/postinst	(revision 46248)
+++ ipk/source.sh4/tools_stopifnotused/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-tools-stopifnotused --dest $1
Index: ipk/source.sh4/tools_tsschnitt/CONTROL/postinst
===================================================================
--- ipk/source.sh4/tools_tsschnitt/CONTROL/postinst	(revision 46248)
+++ ipk/source.sh4/tools_tsschnitt/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-tools-tsschnitt --dest $1
Index: ipk/source.sh4/tools_usbreset/CONTROL/postinst
===================================================================
--- ipk/source.sh4/tools_usbreset/CONTROL/postinst	(revision 46248)
+++ ipk/source.sh4/tools_usbreset/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-tools-usbreset --dest $1
Index: ipk/source.sh4/tools_wlandisplay/CONTROL/postinst
===================================================================
--- ipk/source.sh4/tools_wlandisplay/CONTROL/postinst	(revision 46248)
+++ ipk/source.sh4/tools_wlandisplay/CONTROL/postinst	(revision 46249)
@@ -9,5 +9,5 @@
 fi
 
-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-tools-wlandisplay --dest $1
Index: ipk/source.sh4/tools_zapback/CONTROL/postinst
===================================================================
--- ipk/source.sh4/tools_zapback/CONTROL/postinst	(revision 46248)
+++ ipk/source.sh4/tools_zapback/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-tools-zapback --dest $1
