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
