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