Index: /ipk/source.sh4/tools_wlandisplay/CONTROL/control
===================================================================
--- /ipk/source.sh4/tools_wlandisplay/CONTROL/control	(revision 42925)
+++ /ipk/source.sh4/tools_wlandisplay/CONTROL/control	(revision 42925)
@@ -0,0 +1,8 @@
+Package: titan-plugin-tools-wlandisplay
+Version: 2.0
+Description: Treiber fuer Wlan Displays
+Section: tools
+Architecture: sh4
+Titanname: Wlan Display
+Minversion: 0.1
+Showname: Wlan Display
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 42925)
@@ -0,0 +1,11 @@
+#!/bin/sh
+INSTDIR="$1"  
+PLUGINDIR="$INSTDIR/usr/local/share/titan/plugins/wlandisplay" 
+
+if [ -e /tmp/skin.xml_sam ]; then
+	mv "$PLUGINDIR/skin.xml" "$PLUGINDIR/skin.xml_org"
+	cp /tmp/skin.xml_sam "$PLUGINDIR/skin.xml"
+	rm /tmp/skin.xml_sam >/dev/null 2>&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 42925)
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+exit 0
Index: /ipk/source.sh4/tools_wlandisplay/CONTROL/preinst
===================================================================
--- /ipk/source.sh4/tools_wlandisplay/CONTROL/preinst	(revision 42925)
+++ /ipk/source.sh4/tools_wlandisplay/CONTROL/preinst	(revision 42925)
@@ -0,0 +1,11 @@
+#!/bin/sh
+INSTDIR="$1"  
+PLUGINDIR="$INSTDIR/usr/local/share/titan/plugins/wlandisplay" 
+
+if [ -e "$PLUGINDIR/skin.xml" ]; then
+	cp "$PLUGINDIR/skin.xml" /tmp/skin.xml_sam 
+fi
+
+rm -rf "$PLUGINDIR"
+
+exit 0
Index: /ipk/source.sh4/tools_wlandisplay/CONTROL/prerm
===================================================================
--- /ipk/source.sh4/tools_wlandisplay/CONTROL/prerm	(revision 42925)
+++ /ipk/source.sh4/tools_wlandisplay/CONTROL/prerm	(revision 42925)
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+exit 0
Index: /ipk/source.sh4/tools_wlandisplay/_path_/usr/local/share/titan/plugins/wlandisplay/start.sh
===================================================================
--- /ipk/source.sh4/tools_wlandisplay/_path_/usr/local/share/titan/plugins/wlandisplay/start.sh	(revision 42925)
+++ /ipk/source.sh4/tools_wlandisplay/_path_/usr/local/share/titan/plugins/wlandisplay/start.sh	(revision 42925)
@@ -0,0 +1,7 @@
+#!/bin/sh
+PWD=`echo $0 | sed -e s/start.sh//g`
+#PWD=`pwd`
+#export LD_LIBRARY_PATH=$PWD/libs
+cd $PWD
+./check1 $2 &
+exit
Index: /ipk/source.sh4/tools_wlandisplay/_path_/usr/local/share/titan/plugins/wlandisplay/start.sh.bak
===================================================================
--- /ipk/source.sh4/tools_wlandisplay/_path_/usr/local/share/titan/plugins/wlandisplay/start.sh.bak	(revision 42925)
+++ /ipk/source.sh4/tools_wlandisplay/_path_/usr/local/share/titan/plugins/wlandisplay/start.sh.bak	(revision 42925)
@@ -0,0 +1,7 @@
+#!/bin/sh
+PWD=`echo $0 | sed -e s/start.sh//g`
+#PWD=`pwd`
+#export LD_LIBRARY_PATH=$PWD/libs
+cd $PWD
+./check1 dummy $2 &
+exit
