Index: /ipk/source.sh4/tools_parted/CONTROL/control
===================================================================
--- /ipk/source.sh4/tools_parted/CONTROL/control	(revision 24795)
+++ /ipk/source.sh4/tools_parted/CONTROL/control	(revision 24795)
@@ -0,0 +1,12 @@
+Package: titan-plugin-tools-parted
+Version: 3.1
+Architecture: sh4
+OE: parted
+Section: tools
+Priority: optional
+Maintainer: AAF
+Homepage: http://www.aaf-digital.info
+Source: Free Software Foundation, Inc. 
+Description: Partitions Tool fuer HDD > 2TB
+Titanname: Parted
+Showname: Parted
Index: /ipk/source.sh4/tools_parted/CONTROL/postinst
===================================================================
--- /ipk/source.sh4/tools_parted/CONTROL/postinst	(revision 24795)
+++ /ipk/source.sh4/tools_parted/CONTROL/postinst	(revision 24795)
@@ -0,0 +1,4 @@
+#!/bin/sh
+INSTDIR="$1" 
+
+exit 0
Index: /ipk/source.sh4/tools_parted/CONTROL/postrm
===================================================================
--- /ipk/source.sh4/tools_parted/CONTROL/postrm	(revision 24795)
+++ /ipk/source.sh4/tools_parted/CONTROL/postrm	(revision 24795)
@@ -0,0 +1,7 @@
+#!/bin/sh
+INSTDIR="$1" 
+
+rm -r "$INSTDIR/bin/parted" >/dev/null 2>&1
+rm -r /var/bin/parted >/dev/null 2>&1
+
+exit 0
Index: /ipk/source.sh4/tools_parted/CONTROL/preinst
===================================================================
--- /ipk/source.sh4/tools_parted/CONTROL/preinst	(revision 24795)
+++ /ipk/source.sh4/tools_parted/CONTROL/preinst	(revision 24795)
@@ -0,0 +1,6 @@
+#!/bin/sh
+INSTDIR="$1" 
+
+ln -s "$INSTDIR/bin/parted" /var/bin/parted
+
+exit 0
Index: /ipk/source.sh4/tools_parted/CONTROL/prerm
===================================================================
--- /ipk/source.sh4/tools_parted/CONTROL/prerm	(revision 24795)
+++ /ipk/source.sh4/tools_parted/CONTROL/prerm	(revision 24795)
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+exit 0
