Index: /ipk/source.sh4/tools_tiwakeup/CONTROL/control
===================================================================
--- /ipk/source.sh4/tools_tiwakeup/CONTROL/control	(revision 46857)
+++ /ipk/source.sh4/tools_tiwakeup/CONTROL/control	(revision 46857)
@@ -0,0 +1,8 @@
+Package: titan-plugin-tools-tiwakeup
+Version: 0.1
+Architecture: sh4
+Section: tools
+Description: wakeup Plugin
+Titanname: TiWakeUp
+Showname: TiWakeUp
+Minversion: 0.1
Index: /ipk/source.sh4/tools_tiwakeup/CONTROL/postinst
===================================================================
--- /ipk/source.sh4/tools_tiwakeup/CONTROL/postinst	(revision 46857)
+++ /ipk/source.sh4/tools_tiwakeup/CONTROL/postinst	(revision 46857)
@@ -0,0 +1,12 @@
+#!/bin/sh
+
+echo Use Install Dest: $1
+echo Start Install Script: $0
+
+
+if [ ! -e /etc/.opkg ] && ([ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ]);then
+	opkg update
+	opkg install titan-plugin-tools-tiwakeup --dest $1
+fi
+
+exit 0
Index: /ipk/source.sh4/tools_tiwakeup/CONTROL/postrm
===================================================================
--- /ipk/source.sh4/tools_tiwakeup/CONTROL/postrm	(revision 46857)
+++ /ipk/source.sh4/tools_tiwakeup/CONTROL/postrm	(revision 46857)
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+echo Use Install Dest: $1
+echo Start Install Script: $0
+
+
+if [ ! -e /etc/.opkg ] && ([ -e /etc/.oebuild ] || [ -e /etc/.ovbuild ]);then
+	opkg remove titan-plugin-tools-tiwakeup --dest $1
+fi
+
+exit 0
Index: /ipk/source.sh4/tools_tiwakeup/CONTROL/preinst
===================================================================
--- /ipk/source.sh4/tools_tiwakeup/CONTROL/preinst	(revision 46857)
+++ /ipk/source.sh4/tools_tiwakeup/CONTROL/preinst	(revision 46857)
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+echo Use Install Dest: $1
+echo Start Install Script: $0
+
+
+exit 0
Index: /ipk/source.sh4/tools_tiwakeup/CONTROL/prerm
===================================================================
--- /ipk/source.sh4/tools_tiwakeup/CONTROL/prerm	(revision 46857)
+++ /ipk/source.sh4/tools_tiwakeup/CONTROL/prerm	(revision 46857)
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+echo Use Install Dest: $1
+echo Start Install Script: $0
+
+
+exit 0
