Index: ipk/source.sh4/tools_rgui/CONTROL/postinst
===================================================================
--- ipk/source.sh4/tools_rgui/CONTROL/postinst	(revision 24155)
+++ 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
