Index: ipk/source.sh4/browser_netsurf/CONTROL/postinst
===================================================================
--- ipk/source.sh4/browser_netsurf/CONTROL/postinst	(revision 42925)
+++ ipk/source.sh4/browser_netsurf/CONTROL/postinst	(revision 43292)
@@ -1,3 +1,8 @@
 #!/bin/sh
 
+if [ -e /etc/.oebuild ];then
+	opkg update
+	opkg install titan-plugin-browser --dest $1
+fi
+
 exit 0
Index: ipk/source.sh4/browser_netsurf/CONTROL/postrm
===================================================================
--- ipk/source.sh4/browser_netsurf/CONTROL/postrm	(revision 42925)
+++ ipk/source.sh4/browser_netsurf/CONTROL/postrm	(revision 43292)
@@ -1,3 +1,7 @@
 #!/bin/sh
 
+if [ -e /etc/.oebuild ];then
+	opkg remove titan-plugin-browser --dest $1
+fi
+
 exit 0
Index: ipk/source.sh4/games_catcatch/CONTROL/postinst
===================================================================
--- ipk/source.sh4/games_catcatch/CONTROL/postinst	(revision 42925)
+++ ipk/source.sh4/games_catcatch/CONTROL/postinst	(revision 43292)
@@ -1,3 +1,8 @@
 #!/bin/sh
 
+if [ -e /etc/.oebuild ];then
+	opkg update
+	opkg install titan-plugin-catcatch --dest $1
+fi
+
 exit 0
Index: ipk/source.sh4/games_catcatch/CONTROL/postrm
===================================================================
--- ipk/source.sh4/games_catcatch/CONTROL/postrm	(revision 42925)
+++ ipk/source.sh4/games_catcatch/CONTROL/postrm	(revision 43292)
@@ -1,3 +1,7 @@
 #!/bin/sh
 
+if [ -e /etc/.oebuild ];then
+	opkg remove titan-plugin-catcatch --dest $1
+fi
+
 exit 0
Index: ipk/source.sh4/games_sudoku/CONTROL/postinst
===================================================================
--- ipk/source.sh4/games_sudoku/CONTROL/postinst	(revision 42925)
+++ ipk/source.sh4/games_sudoku/CONTROL/postinst	(revision 43292)
@@ -1,3 +1,8 @@
 #!/bin/sh
 
+if [ -e /etc/.oebuild ];then
+	opkg update
+	opkg install titan-plugin-sudoku --dest $1
+fi
+
 exit 0
Index: ipk/source.sh4/games_sudoku/CONTROL/postrm
===================================================================
--- ipk/source.sh4/games_sudoku/CONTROL/postrm	(revision 42925)
+++ ipk/source.sh4/games_sudoku/CONTROL/postrm	(revision 43292)
@@ -1,3 +1,7 @@
 #!/bin/sh
 
+if [ -e /etc/.oebuild ];then
+	opkg remove titan-plugin-sudoku --dest $1
+fi
+
 exit 0
Index: ipk/source.sh4/games_wins3/CONTROL/postinst
===================================================================
--- ipk/source.sh4/games_wins3/CONTROL/postinst	(revision 42925)
+++ ipk/source.sh4/games_wins3/CONTROL/postinst	(revision 43292)
@@ -1,3 +1,8 @@
 #!/bin/sh
 
+if [ -e /etc/.oebuild ];then
+	opkg update
+	opkg install titan-plugin-wins3 --dest $1
+fi
+
 exit 0
Index: ipk/source.sh4/games_wins3/CONTROL/postrm
===================================================================
--- ipk/source.sh4/games_wins3/CONTROL/postrm	(revision 42925)
+++ ipk/source.sh4/games_wins3/CONTROL/postrm	(revision 43292)
@@ -1,3 +1,7 @@
 #!/bin/sh
 
+if [ -e /etc/.oebuild ];then
+	opkg remove titan-plugin-wins3 --dest $1
+fi
+
 exit 0
Index: ipk/source.sh4/infos_imdb/CONTROL/postinst
===================================================================
--- ipk/source.sh4/infos_imdb/CONTROL/postinst	(revision 42925)
+++ ipk/source.sh4/infos_imdb/CONTROL/postinst	(revision 43292)
@@ -1,3 +1,8 @@
 #!/bin/sh
 
+if [ -e /etc/.oebuild ];then
+	opkg update
+	opkg install titan-plugin-imdb --dest $1
+fi
+
 exit 0
Index: ipk/source.sh4/infos_imdb/CONTROL/postrm
===================================================================
--- ipk/source.sh4/infos_imdb/CONTROL/postrm	(revision 42925)
+++ ipk/source.sh4/infos_imdb/CONTROL/postrm	(revision 43292)
@@ -1,3 +1,7 @@
 #!/bin/sh
 
+if [ -e /etc/.oebuild ];then
+	opkg remove titan-plugin-imdb --dest $1
+fi
+
 exit 0
Index: ipk/source.sh4/infos_imdbapi/CONTROL/postinst
===================================================================
--- ipk/source.sh4/infos_imdbapi/CONTROL/postinst	(revision 42925)
+++ ipk/source.sh4/infos_imdbapi/CONTROL/postinst	(revision 43292)
@@ -1,3 +1,8 @@
 #!/bin/sh
 
+if [ -e /etc/.oebuild ];then
+	opkg update
+	opkg install titan-plugin-imdbapi --dest $1
+fi
+
 exit 0
Index: ipk/source.sh4/infos_imdbapi/CONTROL/postrm
===================================================================
--- ipk/source.sh4/infos_imdbapi/CONTROL/postrm	(revision 42925)
+++ ipk/source.sh4/infos_imdbapi/CONTROL/postrm	(revision 43292)
@@ -1,3 +1,7 @@
 #!/bin/sh
 
+if [ -e /etc/.oebuild ];then
+	opkg remove titan-plugin-imdbapi --dest $1
+fi
+
 exit 0
Index: ipk/source.sh4/infos_news/CONTROL/postinst
===================================================================
--- ipk/source.sh4/infos_news/CONTROL/postinst	(revision 42925)
+++ ipk/source.sh4/infos_news/CONTROL/postinst	(revision 43292)
@@ -1,3 +1,8 @@
 #!/bin/sh
 
+if [ -e /etc/.oebuild ];then
+	opkg update
+	opkg install titan-plugin-news --dest $1
+fi
+
 exit 0
Index: ipk/source.sh4/infos_news/CONTROL/postrm
===================================================================
--- ipk/source.sh4/infos_news/CONTROL/postrm	(revision 42925)
+++ ipk/source.sh4/infos_news/CONTROL/postrm	(revision 43292)
@@ -1,3 +1,7 @@
 #!/bin/sh
 
+if [ -e /etc/.oebuild ];then
+	opkg remove titan-plugin-news --dest $1
+fi
+
 exit 0
Index: ipk/source.sh4/infos_stock/CONTROL/postinst
===================================================================
--- ipk/source.sh4/infos_stock/CONTROL/postinst	(revision 42925)
+++ ipk/source.sh4/infos_stock/CONTROL/postinst	(revision 43292)
@@ -1,3 +1,8 @@
 #!/bin/sh
 
+if [ -e /etc/.oebuild ];then
+	opkg update
+	opkg install titan-plugin-stock --dest $1
+fi
+
 exit 0
Index: ipk/source.sh4/infos_stock/CONTROL/postrm
===================================================================
--- ipk/source.sh4/infos_stock/CONTROL/postrm	(revision 42925)
+++ ipk/source.sh4/infos_stock/CONTROL/postrm	(revision 43292)
@@ -1,3 +1,7 @@
 #!/bin/sh
 
+if [ -e /etc/.oebuild ];then
+	opkg remove titan-plugin-stock --dest $1
+fi
+
 exit 0
Index: ipk/source.sh4/infos_streaminfo/CONTROL/postinst
===================================================================
--- ipk/source.sh4/infos_streaminfo/CONTROL/postinst	(revision 42925)
+++ ipk/source.sh4/infos_streaminfo/CONTROL/postinst	(revision 43292)
@@ -1,3 +1,8 @@
 #!/bin/sh
 
+if [ -e /etc/.oebuild ];then
+	opkg update
+	opkg install titan-plugin-streaminfo --dest $1
+fi
+
 exit 0
Index: ipk/source.sh4/infos_streaminfo/CONTROL/postrm
===================================================================
--- ipk/source.sh4/infos_streaminfo/CONTROL/postrm	(revision 42925)
+++ ipk/source.sh4/infos_streaminfo/CONTROL/postrm	(revision 43292)
@@ -1,3 +1,7 @@
 #!/bin/sh
 
+if [ -e /etc/.oebuild ];then
+	opkg remove titan-plugin-streaminfo --dest $1
+fi
+
 exit 0
Index: ipk/source.sh4/infos_tmdb/CONTROL/postinst
===================================================================
--- ipk/source.sh4/infos_tmdb/CONTROL/postinst	(revision 42925)
+++ ipk/source.sh4/infos_tmdb/CONTROL/postinst	(revision 43292)
@@ -1,3 +1,8 @@
 #!/bin/sh
 
+if [ -e /etc/.oebuild ];then
+	opkg update
+	opkg install titan-plugin-tmdb --dest $1
+fi
+
 exit 0
Index: ipk/source.sh4/infos_tmdb/CONTROL/postrm
===================================================================
--- ipk/source.sh4/infos_tmdb/CONTROL/postrm	(revision 42925)
+++ ipk/source.sh4/infos_tmdb/CONTROL/postrm	(revision 43292)
@@ -1,3 +1,7 @@
 #!/bin/sh
 
+if [ -e /etc/.oebuild ];then
+	opkg remove titan-plugin-tmdb --dest $1
+fi
+
 exit 0
Index: ipk/source.sh4/infos_weather/CONTROL/postinst
===================================================================
--- ipk/source.sh4/infos_weather/CONTROL/postinst	(revision 42925)
+++ ipk/source.sh4/infos_weather/CONTROL/postinst	(revision 43292)
@@ -1,3 +1,8 @@
 #!/bin/sh
 
+if [ -e /etc/.oebuild ];then
+	opkg update
+	opkg install titan-plugin-weather --dest $1
+fi
+
 exit 0
Index: ipk/source.sh4/infos_weather/CONTROL/postrm
===================================================================
--- ipk/source.sh4/infos_weather/CONTROL/postrm	(revision 42925)
+++ ipk/source.sh4/infos_weather/CONTROL/postrm	(revision 43292)
@@ -1,3 +1,7 @@
 #!/bin/sh
 
+if [ -e /etc/.oebuild ];then
+	opkg remove titan-plugin-weather --dest $1
+fi
+
 exit 0
Index: ipk/source.sh4/infos_wm2018/CONTROL/postinst
===================================================================
--- ipk/source.sh4/infos_wm2018/CONTROL/postinst	(revision 42925)
+++ ipk/source.sh4/infos_wm2018/CONTROL/postinst	(revision 43292)
@@ -1,3 +1,8 @@
 #!/bin/sh
 
+if [ -e /etc/.oebuild ];then
+	opkg update
+	opkg install titan-plugin-wm2018 --dest $1
+fi
+
 exit 0
Index: ipk/source.sh4/infos_wm2018/CONTROL/postrm
===================================================================
--- ipk/source.sh4/infos_wm2018/CONTROL/postrm	(revision 42925)
+++ ipk/source.sh4/infos_wm2018/CONTROL/postrm	(revision 43292)
@@ -1,3 +1,7 @@
 #!/bin/sh
 
+if [ -e /etc/.oebuild ];then
+	opkg remove titan-plugin-wm2018 --dest $1
+fi
+
 exit 0
Index: ipk/source.sh4/network_facebook/CONTROL/postinst
===================================================================
--- ipk/source.sh4/network_facebook/CONTROL/postinst	(revision 42925)
+++ ipk/source.sh4/network_facebook/CONTROL/postinst	(revision 43292)
@@ -1,3 +1,8 @@
 #!/bin/sh
 
+if [ -e /etc/.oebuild ];then
+	opkg update
+	opkg install titan-plugin-facebook --dest $1
+fi
+
 exit 0
Index: ipk/source.sh4/network_facebook/CONTROL/postrm
===================================================================
--- ipk/source.sh4/network_facebook/CONTROL/postrm	(revision 42925)
+++ ipk/source.sh4/network_facebook/CONTROL/postrm	(revision 43292)
@@ -1,3 +1,7 @@
 #!/bin/sh
 
+if [ -e /etc/.oebuild ];then
+	opkg remove titan-plugin-facebook --dest $1
+fi
+
 exit 0
Index: ipk/source.sh4/network_networkbrowser/CONTROL/postinst
===================================================================
--- ipk/source.sh4/network_networkbrowser/CONTROL/postinst	(revision 42925)
+++ ipk/source.sh4/network_networkbrowser/CONTROL/postinst	(revision 43292)
@@ -1,3 +1,8 @@
 #!/bin/sh
 
+if [ -e /etc/.oebuild ];then
+	opkg update
+	opkg install titan-plugin-networkbrowser --dest $1
+fi
+
 exit 0
Index: ipk/source.sh4/network_networkbrowser/CONTROL/postrm
===================================================================
--- ipk/source.sh4/network_networkbrowser/CONTROL/postrm	(revision 42925)
+++ ipk/source.sh4/network_networkbrowser/CONTROL/postrm	(revision 43292)
@@ -1,3 +1,7 @@
 #!/bin/sh
 
+if [ -e /etc/.oebuild ];then
+	opkg remove titan-plugin-networkbrowser --dest $1
+fi
+
 exit 0
Index: ipk/source.sh4/network_xupnpd/CONTROL/postinst
===================================================================
--- ipk/source.sh4/network_xupnpd/CONTROL/postinst	(revision 42925)
+++ ipk/source.sh4/network_xupnpd/CONTROL/postinst	(revision 43292)
@@ -7,3 +7,8 @@
 mkdir $INSTDIR/etc/xupnpd/config
 
+if [ -e /etc/.oebuild ];then
+	opkg update
+	opkg install titan-plugin-xupnpd --dest $1
+fi
+
 exit 0
Index: ipk/source.sh4/network_xupnpd/CONTROL/postrm
===================================================================
--- ipk/source.sh4/network_xupnpd/CONTROL/postrm	(revision 42925)
+++ ipk/source.sh4/network_xupnpd/CONTROL/postrm	(revision 43292)
@@ -6,3 +6,7 @@
 rm -rf $INSTDIR/etc/xupnpd >/dev/null 2>&1
 
+if [ -e /etc/.oebuild ];then
+	opkg remove titan-plugin-xupnpd --dest $1
+fi
+
 exit 0
Index: ipk/source.sh4/players_tmc/CONTROL/postinst
===================================================================
--- ipk/source.sh4/players_tmc/CONTROL/postinst	(revision 42925)
+++ ipk/source.sh4/players_tmc/CONTROL/postinst	(revision 43292)
@@ -1,3 +1,8 @@
 #!/bin/sh
 
+if [ -e /etc/.oebuild ];then
+	opkg update
+	opkg install titan-plugin-tmc --dest $1
+fi
+
 exit 0
Index: ipk/source.sh4/players_tmc/CONTROL/postrm
===================================================================
--- ipk/source.sh4/players_tmc/CONTROL/postrm	(revision 42925)
+++ ipk/source.sh4/players_tmc/CONTROL/postrm	(revision 43292)
@@ -1,3 +1,7 @@
 #!/bin/sh
 
+if [ -e /etc/.oebuild ];then
+	opkg remove titan-plugin-tmc --dest $1
+fi
+
 exit 0
Index: ipk/source.sh4/playersnp_dvdplayer/CONTROL/postinst
===================================================================
--- ipk/source.sh4/playersnp_dvdplayer/CONTROL/postinst	(revision 42925)
+++ ipk/source.sh4/playersnp_dvdplayer/CONTROL/postinst	(revision 43292)
@@ -1,3 +1,8 @@
 #!/bin/sh
 
+if [ -e /etc/.oebuild ];then
+	opkg update
+	opkg install titan-plugin-dvdplayer --dest $1
+fi
+
 exit 0
Index: ipk/source.sh4/playersnp_dvdplayer/CONTROL/postrm
===================================================================
--- ipk/source.sh4/playersnp_dvdplayer/CONTROL/postrm	(revision 42925)
+++ ipk/source.sh4/playersnp_dvdplayer/CONTROL/postrm	(revision 43292)
@@ -1,3 +1,7 @@
 #!/bin/sh
 
+if [ -e /etc/.oebuild ];then
+	opkg remove titan-plugin-dvdplayer --dest $1
+fi
+
 exit 0
Index: ipk/source.sh4/tools_autotimer/CONTROL/postinst
===================================================================
--- ipk/source.sh4/tools_autotimer/CONTROL/postinst	(revision 42925)
+++ ipk/source.sh4/tools_autotimer/CONTROL/postinst	(revision 43292)
@@ -1,3 +1,8 @@
 #!/bin/sh
 
+if [ -e /etc/.oebuild ];then
+	opkg update
+	opkg install titan-plugin-autotimer --dest $1
+fi
+
 exit 0
Index: ipk/source.sh4/tools_autotimer/CONTROL/postrm
===================================================================
--- ipk/source.sh4/tools_autotimer/CONTROL/postrm	(revision 42925)
+++ ipk/source.sh4/tools_autotimer/CONTROL/postrm	(revision 43292)
@@ -1,3 +1,7 @@
 #!/bin/sh
 
+if [ -e /etc/.oebuild ];then
+	opkg remove titan-plugin-autotimer --dest $1
+fi
+
 exit 0
Index: ipk/source.sh4/tools_filemanager/CONTROL/postinst
===================================================================
--- ipk/source.sh4/tools_filemanager/CONTROL/postinst	(revision 42925)
+++ ipk/source.sh4/tools_filemanager/CONTROL/postinst	(revision 43292)
@@ -1,3 +1,8 @@
 #!/bin/sh
 
+if [ -e /etc/.oebuild ];then
+	opkg update
+	opkg install titan-plugin-filemanager --dest $1
+fi
+
 exit 0
Index: ipk/source.sh4/tools_filemanager/CONTROL/postrm
===================================================================
--- ipk/source.sh4/tools_filemanager/CONTROL/postrm	(revision 42925)
+++ ipk/source.sh4/tools_filemanager/CONTROL/postrm	(revision 43292)
@@ -1,3 +1,7 @@
 #!/bin/sh
 
+if [ -e /etc/.oebuild ];then
+	opkg remove titan-plugin-filemanager --dest $1
+fi
+
 exit 0
Index: ipk/source.sh4/tools_keylock/CONTROL/postinst
===================================================================
--- ipk/source.sh4/tools_keylock/CONTROL/postinst	(revision 42925)
+++ ipk/source.sh4/tools_keylock/CONTROL/postinst	(revision 43292)
@@ -1,3 +1,8 @@
 #!/bin/sh
 
+if [ -e /etc/.oebuild ];then
+	opkg update
+	opkg install titan-plugin-keylock --dest $1
+fi
+
 exit 0
Index: ipk/source.sh4/tools_keylock/CONTROL/postrm
===================================================================
--- ipk/source.sh4/tools_keylock/CONTROL/postrm	(revision 42925)
+++ ipk/source.sh4/tools_keylock/CONTROL/postrm	(revision 43292)
@@ -1,3 +1,7 @@
 #!/bin/sh
 
+if [ -e /etc/.oebuild ];then
+	opkg remove titan-plugin-keylock --dest $1
+fi
+
 exit 0
Index: ipk/source.sh4/tools_kravencfg/CONTROL/postinst
===================================================================
--- ipk/source.sh4/tools_kravencfg/CONTROL/postinst	(revision 42925)
+++ ipk/source.sh4/tools_kravencfg/CONTROL/postinst	(revision 43292)
@@ -5,3 +5,8 @@
 chmod 755 $INSTDIR/usr/local/share/titan/plugins/kravencfg/kravencfg.sh
 
+if [ -e /etc/.oebuild ];then
+	opkg update
+	opkg install titan-plugin-kravencfg --dest $1
+fi
+
 exit 0
Index: ipk/source.sh4/tools_kravencfg/CONTROL/postrm
===================================================================
--- ipk/source.sh4/tools_kravencfg/CONTROL/postrm	(revision 42925)
+++ ipk/source.sh4/tools_kravencfg/CONTROL/postrm	(revision 43292)
@@ -1,3 +1,7 @@
 #!/bin/sh
 
+if [ -e /etc/.oebuild ];then
+	opkg remove titan-plugin-kravencfg --dest $1
+fi
+
 exit 0
Index: ipk/source.sh4/tools_lcdpearl1/CONTROL/postinst
===================================================================
--- ipk/source.sh4/tools_lcdpearl1/CONTROL/postinst	(revision 42925)
+++ ipk/source.sh4/tools_lcdpearl1/CONTROL/postinst	(revision 43292)
@@ -3,13 +3,8 @@
 PLUGINDIR="$INSTDIR/usr/local/share/titan/plugins/lcdpearl1" 
 
-if [ `cat /proc/version | grep stm24 | wc -l` -eq 1 ]; then
-	cd /tmp/stm24
-else
-	cd /tmp/stm23
+if [ -e /etc/.oebuild ];then
+	opkg update
+	opkg install titan-plugin-lcdpearl1 --dest $1
 fi
-cp -RP lcdpearl1 "$INSTDIR/usr/local/share/titan/plugins"
-cd /tmp
-rm -rf stm24
-rm -rf stm23
 
 exit 0
Index: ipk/source.sh4/tools_lcdpearl1/CONTROL/postrm
===================================================================
--- ipk/source.sh4/tools_lcdpearl1/CONTROL/postrm	(revision 42925)
+++ ipk/source.sh4/tools_lcdpearl1/CONTROL/postrm	(revision 43292)
@@ -6,3 +6,7 @@
 rm -rf /var/etc/lcd4linux.conf
 
+if [ -e /etc/.oebuild ];then
+	opkg remove titan-plugin-lcdpearl1 --dest $1
+fi
+
 exit 0
Index: ipk/source.sh4/tools_lcdsamsung/CONTROL/postinst
===================================================================
--- ipk/source.sh4/tools_lcdsamsung/CONTROL/postinst	(revision 42925)
+++ ipk/source.sh4/tools_lcdsamsung/CONTROL/postinst	(revision 43292)
@@ -9,3 +9,8 @@
 fi
 
+if [ -e /etc/.oebuild ];then
+	opkg update
+	opkg install titan-plugin-lcdsamsung --dest $1
+fi
+
 exit 0
Index: ipk/source.sh4/tools_lcdsamsung/CONTROL/postrm
===================================================================
--- ipk/source.sh4/tools_lcdsamsung/CONTROL/postrm	(revision 42925)
+++ ipk/source.sh4/tools_lcdsamsung/CONTROL/postrm	(revision 43292)
@@ -1,3 +1,7 @@
 #!/bin/sh
 
+if [ -e /etc/.oebuild ];then
+	opkg remove titan-plugin-lcdsamsung --dest $1
+fi
+
 exit 0
Index: ipk/source.sh4/tools_optimize/CONTROL/postinst
===================================================================
--- ipk/source.sh4/tools_optimize/CONTROL/postinst	(revision 42925)
+++ ipk/source.sh4/tools_optimize/CONTROL/postinst	(revision 43292)
@@ -1,3 +1,8 @@
 #!/bin/sh
 
+if [ -e /etc/.oebuild ];then
+	opkg update
+	opkg install titan-plugin-optimize --dest $1
+fi
+
 exit 0
Index: ipk/source.sh4/tools_optimize/CONTROL/postrm
===================================================================
--- ipk/source.sh4/tools_optimize/CONTROL/postrm	(revision 42925)
+++ ipk/source.sh4/tools_optimize/CONTROL/postrm	(revision 43292)
@@ -1,3 +1,7 @@
 #!/bin/sh
 
+if [ -e /etc/.oebuild ];then
+	opkg remove titan-plugin-optimize --dest $1
+fi
+
 exit 0
Index: ipk/source.sh4/tools_rgui/CONTROL/postinst
===================================================================
--- ipk/source.sh4/tools_rgui/CONTROL/postinst	(revision 42925)
+++ ipk/source.sh4/tools_rgui/CONTROL/postinst	(revision 43292)
@@ -1,3 +1,8 @@
 #!/bin/sh
 
+if [ -e /etc/.oebuild ];then
+	opkg update
+	opkg install titan-plugin-rgui --dest $1
+fi
+
 exit 0
Index: ipk/source.sh4/tools_rgui/CONTROL/postrm
===================================================================
--- ipk/source.sh4/tools_rgui/CONTROL/postrm	(revision 42925)
+++ ipk/source.sh4/tools_rgui/CONTROL/postrm	(revision 43292)
@@ -1,3 +1,7 @@
 #!/bin/sh
 
+if [ -e /etc/.oebuild ];then
+	opkg remove titan-plugin-rgui --dest $1
+fi
+
 exit 0
Index: ipk/source.sh4/tools_scriptexec/CONTROL/postinst
===================================================================
--- ipk/source.sh4/tools_scriptexec/CONTROL/postinst	(revision 42925)
+++ ipk/source.sh4/tools_scriptexec/CONTROL/postinst	(revision 43292)
@@ -1,3 +1,8 @@
 #!/bin/sh
 
+if [ -e /etc/.oebuild ];then
+	opkg update
+	opkg install titan-plugin-scriptexec --dest $1
+fi
+
 exit 0
Index: ipk/source.sh4/tools_scriptexec/CONTROL/postrm
===================================================================
--- ipk/source.sh4/tools_scriptexec/CONTROL/postrm	(revision 42925)
+++ ipk/source.sh4/tools_scriptexec/CONTROL/postrm	(revision 43292)
@@ -1,3 +1,7 @@
 #!/bin/sh
 
+if [ -e /etc/.oebuild ];then
+	opkg remove titan-plugin-scriptexec --dest $1
+fi
+
 exit 0
Index: ipk/source.sh4/tools_stopifnotused/CONTROL/postinst
===================================================================
--- ipk/source.sh4/tools_stopifnotused/CONTROL/postinst	(revision 42925)
+++ ipk/source.sh4/tools_stopifnotused/CONTROL/postinst	(revision 43292)
@@ -1,3 +1,8 @@
 #!/bin/sh
 
+if [ -e /etc/.oebuild ];then
+	opkg update
+	opkg install titan-plugin-stopifnotused --dest $1
+fi
+
 exit 0
Index: ipk/source.sh4/tools_stopifnotused/CONTROL/postrm
===================================================================
--- ipk/source.sh4/tools_stopifnotused/CONTROL/postrm	(revision 42925)
+++ ipk/source.sh4/tools_stopifnotused/CONTROL/postrm	(revision 43292)
@@ -1,3 +1,7 @@
 #!/bin/sh
 
+if [ -e /etc/.oebuild ];then
+	opkg remove titan-plugin-stopifnotused --dest $1
+fi
+
 exit 0
Index: ipk/source.sh4/tools_tsschnitt/CONTROL/postinst
===================================================================
--- ipk/source.sh4/tools_tsschnitt/CONTROL/postinst	(revision 42925)
+++ ipk/source.sh4/tools_tsschnitt/CONTROL/postinst	(revision 43292)
@@ -1,3 +1,8 @@
 #!/bin/sh
 
+if [ -e /etc/.oebuild ];then
+	opkg update
+	opkg install titan-plugin-tsschnitt --dest $1
+fi
+
 exit 0
Index: ipk/source.sh4/tools_tsschnitt/CONTROL/postrm
===================================================================
--- ipk/source.sh4/tools_tsschnitt/CONTROL/postrm	(revision 42925)
+++ ipk/source.sh4/tools_tsschnitt/CONTROL/postrm	(revision 43292)
@@ -1,3 +1,7 @@
 #!/bin/sh
 
+if [ -e /etc/.oebuild ];then
+	opkg remove titan-plugin-tsschnitt --dest $1
+fi
+
 exit 0
Index: ipk/source.sh4/tools_usbreset/CONTROL/postinst
===================================================================
--- ipk/source.sh4/tools_usbreset/CONTROL/postinst	(revision 42925)
+++ ipk/source.sh4/tools_usbreset/CONTROL/postinst	(revision 43292)
@@ -1,3 +1,8 @@
 #!/bin/sh
 
+if [ -e /etc/.oebuild ];then
+	opkg update
+	opkg install titan-plugin-usbreset --dest $1
+fi
+
 exit 0
Index: ipk/source.sh4/tools_usbreset/CONTROL/postrm
===================================================================
--- ipk/source.sh4/tools_usbreset/CONTROL/postrm	(revision 42925)
+++ ipk/source.sh4/tools_usbreset/CONTROL/postrm	(revision 43292)
@@ -1,3 +1,7 @@
 #!/bin/sh
 
+if [ -e /etc/.oebuild ];then
+	opkg remove titan-plugin-usbreset --dest $1
+fi
+
 exit 0
Index: ipk/source.sh4/tools_wlandisplay/CONTROL/postinst
===================================================================
--- ipk/source.sh4/tools_wlandisplay/CONTROL/postinst	(revision 42925)
+++ ipk/source.sh4/tools_wlandisplay/CONTROL/postinst	(revision 43292)
@@ -9,3 +9,8 @@
 fi
 
+if [ -e /etc/.oebuild ];then
+	opkg update
+	opkg install titan-plugin-wlandisplay --dest $1
+fi
+
 exit 0
Index: ipk/source.sh4/tools_wlandisplay/CONTROL/postrm
===================================================================
--- ipk/source.sh4/tools_wlandisplay/CONTROL/postrm	(revision 42925)
+++ ipk/source.sh4/tools_wlandisplay/CONTROL/postrm	(revision 43292)
@@ -1,3 +1,7 @@
 #!/bin/sh
 
+if [ -e /etc/.oebuild ];then
+	opkg remove titan-plugin-wlandisplay --dest $1
+fi
+
 exit 0
Index: ipk/source.sh4/tools_zapback/CONTROL/postinst
===================================================================
--- ipk/source.sh4/tools_zapback/CONTROL/postinst	(revision 42925)
+++ ipk/source.sh4/tools_zapback/CONTROL/postinst	(revision 43292)
@@ -1,3 +1,8 @@
 #!/bin/sh
 
+if [ -e /etc/.oebuild ];then
+	opkg update
+	opkg install titan-plugin-zapback --dest $1
+fi
+
 exit 0
Index: ipk/source.sh4/tools_zapback/CONTROL/postrm
===================================================================
--- ipk/source.sh4/tools_zapback/CONTROL/postrm	(revision 42925)
+++ ipk/source.sh4/tools_zapback/CONTROL/postrm	(revision 43292)
@@ -1,3 +1,7 @@
 #!/bin/sh
 
+if [ -e /etc/.oebuild ];then
+	opkg remove titan-plugin-zapback --dest $1
+fi
+
 exit 0
