Index: /ipk/source.sh4/games_catcatch/CONTROL/control
===================================================================
--- /ipk/source.sh4/games_catcatch/CONTROL/control	(revision 23462)
+++ /ipk/source.sh4/games_catcatch/CONTROL/control	(revision 23462)
@@ -0,0 +1,12 @@
+Package: titan-plugin-games-catcatch
+Version: 0.1
+Architecture: sh4
+OE: catcatch
+Section: games
+Priority: optional
+Maintainer: AAF
+Homepage: http://www.aaf-digital.info
+Source: nit
+Description: first titan game
+Titanname: Cat Catch
+Showname: Cat Catch 
Index: /ipk/source.sh4/games_catcatch/CONTROL/postinst
===================================================================
--- /ipk/source.sh4/games_catcatch/CONTROL/postinst	(revision 23462)
+++ /ipk/source.sh4/games_catcatch/CONTROL/postinst	(revision 23462)
@@ -0,0 +1,8 @@
+#!/bin/sh
+INSTDIR="$1"
+
+if [ "/var" != "$INSTDIR" ]; then
+	ln -sfn "$INSTDIR/usr/local/share/titan/plugins/catcatch" /var/usr/local/share/titan/plugins/catcatch
+fi
+
+exit 0
Index: /ipk/source.sh4/games_catcatch/CONTROL/postrm
===================================================================
--- /ipk/source.sh4/games_catcatch/CONTROL/postrm	(revision 23462)
+++ /ipk/source.sh4/games_catcatch/CONTROL/postrm	(revision 23462)
@@ -0,0 +1,6 @@
+#!/bin/sh
+INSTDIR="$1"
+
+rm -rf "$INSTDIR/usr/local/share/titan/plugins/catcatch"
+
+exit 0
Index: /ipk/source.sh4/games_catcatch/CONTROL/preinst
===================================================================
--- /ipk/source.sh4/games_catcatch/CONTROL/preinst	(revision 23462)
+++ /ipk/source.sh4/games_catcatch/CONTROL/preinst	(revision 23462)
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+exit 0
Index: /ipk/source.sh4/games_catcatch/CONTROL/prerm
===================================================================
--- /ipk/source.sh4/games_catcatch/CONTROL/prerm	(revision 23462)
+++ /ipk/source.sh4/games_catcatch/CONTROL/prerm	(revision 23462)
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+exit 0
