Index: /ipk/source.sh4/network_samba/CONTROL/control
===================================================================
--- /ipk/source.sh4/network_samba/CONTROL/control	(revision 23464)
+++ /ipk/source.sh4/network_samba/CONTROL/control	(revision 23464)
@@ -0,0 +1,12 @@
+Package: enigma2-plugin-swapnetwork-samba
+Version: 3.028
+Description: Samba 
+Section: swapnetwork
+Priority: optional
+Maintainer: AAF Forum
+Architecture: sh4
+OE: Network
+Homepage: http://www.aaf-digital.info
+Depends:
+Source: http://www.aaf-digital.info
+Showname: Samba
Index: /ipk/source.sh4/network_samba/CONTROL/postinst
===================================================================
--- /ipk/source.sh4/network_samba/CONTROL/postinst	(revision 23464)
+++ /ipk/source.sh4/network_samba/CONTROL/postinst	(revision 23464)
@@ -0,0 +1,11 @@
+#!/bin/sh
+INSTDIR="$1"
+
+rm -rf /var/bin/smbd
+rm -rf /var/bin/nmbd
+ln -s "$INSTDIR/bin/smbd /var/bin/smbd"
+ln -s "$INSTDIR/bin/nmbd /var/bin/nmbd"
+
+ln -snf /var/etc/smb.conf /var/etc/samba/smb.conf
+
+exit 0
Index: /ipk/source.sh4/network_samba/CONTROL/postrm
===================================================================
--- /ipk/source.sh4/network_samba/CONTROL/postrm	(revision 23464)
+++ /ipk/source.sh4/network_samba/CONTROL/postrm	(revision 23464)
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+exit 0
Index: /ipk/source.sh4/network_samba/CONTROL/preinst
===================================================================
--- /ipk/source.sh4/network_samba/CONTROL/preinst	(revision 23464)
+++ /ipk/source.sh4/network_samba/CONTROL/preinst	(revision 23464)
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+exit 0
Index: /ipk/source.sh4/network_samba/CONTROL/prerm
===================================================================
--- /ipk/source.sh4/network_samba/CONTROL/prerm	(revision 23464)
+++ /ipk/source.sh4/network_samba/CONTROL/prerm	(revision 23464)
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+exit 0
