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