Index: ipk/source.sh4/network_satipclient/CONTROL/control
===================================================================
--- ipk/source.sh4/network_satipclient/CONTROL/control	(revision 45362)
+++ ipk/source.sh4/network_satipclient/CONTROL/control	(revision 45362)
@@ -0,0 +1,9 @@
+Package: titan-plugin-network-satipclient
+Version: 1.033
+Description: Mini SAT-IP Streaming Client
+Section: network
+Architecture: sh4
+Titanname: Mini SAT-IP Client
+Showname: Mini SAT-IP Client
+Usepath: mnt,swap
+Minversion: 0.1
Index: ipk/source.sh4/network_satipclient/CONTROL/postinst
===================================================================
--- ipk/source.sh4/network_satipclient/CONTROL/postinst	(revision 45362)
+++ ipk/source.sh4/network_satipclient/CONTROL/postinst	(revision 45362)
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+if [ -e /etc/.oebuild ];then
+	opkg update
+	opkg install satipclient
+	opkg install titan-plugin-satipclient --dest $1
+fi
+
+exit 0
Index: ipk/source.sh4/network_satipclient/CONTROL/postrm
===================================================================
--- ipk/source.sh4/network_satipclient/CONTROL/postrm	(revision 45362)
+++ ipk/source.sh4/network_satipclient/CONTROL/postrm	(revision 45362)
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+if [ -e /etc/.oebuild ];then
+	sed 's/satipclient.*//g' -i /mnt/config/start-config
+	opkg remove satipclient
+	opkg remove titan-plugin-satipclient --dest $1
+fi
+
+exit 0
Index: ipk/source.sh4/network_satipclient/CONTROL/preinst
===================================================================
--- ipk/source.sh4/network_satipclient/CONTROL/preinst	(revision 45362)
+++ ipk/source.sh4/network_satipclient/CONTROL/preinst	(revision 45362)
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+exit 0
Index: ipk/source.sh4/network_satipclient/CONTROL/prerm
===================================================================
--- ipk/source.sh4/network_satipclient/CONTROL/prerm	(revision 45362)
+++ ipk/source.sh4/network_satipclient/CONTROL/prerm	(revision 45362)
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+exit 0
