Index: /ipk/make-ipk
===================================================================
--- /ipk/make-ipk	(revision 8575)
+++ /ipk/make-ipk	(revision 8576)
@@ -278,15 +278,15 @@
 if [ $GROUP = "update" ] && [ $MAKETYPE = "online" ] && [ $CPUTYPE = "sh4" ];then
 	for ROUND in $PACKAGESLIST; do
-		wput -u "$PUBLICRELEASEUPDATEURL"/"$WWWMAIN"/"$IPKGCROSS_RELEASE"/"$ROUND"
+		wput -u "$PUBLICRELEASEUPDATEURL"/"$WWWMAIN"/"$IPKGCROSS_RELEASE"/"$CPUTYPE"/"$SWTYPE"/"$ROUND"
 	done
 	for ROUND in $IPKLIST; do
-		wput -u "$PUBLICRELEASEUPDATEURL"/"$WWWMAIN"/"$IPKGCROSS_RELEASE"/"$ROUND"
-	done
-	wput "$PUBLICRELEASEUPDATEURL"/"$WWWMAIN"/"$IPKGCROSS_RELEASE"/PlugList
-	wput "$PUBLICRELEASEUPDATEURL"/"$WWWMAIN"/"$IPKGCROSS_RELEASE"/Packages.preview.tar.gz
+		wput -u "$PUBLICRELEASEUPDATEURL"/"$WWWMAIN"/"$IPKGCROSS_RELEASE"/"$CPUTYPE"/"$SWTYPE"/"$ROUND"
+	done
+	wput "$PUBLICRELEASEUPDATEURL"/"$WWWMAIN"/"$IPKGCROSS_RELEASE"/"$CPUTYPE"/"$SWTYPE"/PlugList
+	wput "$PUBLICRELEASEUPDATEURL"/"$WWWMAIN"/"$IPKGCROSS_RELEASE"/"$CPUTYPE"/"$SWTYPE"/Packages.preview.tar.gz
 	cd boot
 	BOOTLIST=`ls -1`
 	for ROUND in $BOOTLIST; do
-		wput -u "$PUBLICRELEASEUPDATEURL"/"$WWWMAIN"/"$IPKGCROSS_RELEASE"/boot/"$ROUND"
+		wput -u "$PUBLICRELEASEUPDATEURL"/"$WWWMAIN"/"$IPKGCROSS_RELEASE"/"$CPUTYPE"/"$SWTYPE"/boot/"$ROUND"
 	done
 elif [ $GROUP = "dev" ] && [ $MAKETYPE = "online" ] && [ $CPUTYPE = "sh4" ];then
@@ -319,5 +319,5 @@
 	BOOTLIST=`ls -1`
 	for ROUND in $BOOTLIST; do
-		wput -u "$BETARELEASEUPDATEURL"/"$WWWMAIN"/"$IPKGCROSS_BETA"/boot/"$ROUND"
+		wput -u "$BETARELEASEUPDATEURL"/"$WWWMAIN"/"$IPKGCROSS_BETA"/"$CPUTYPE"/"$SWTYPE"/boot/"$ROUND"
 	done
 fi
Index: /ipk/source.sh4/system_splitscreen_0_3/CONTROL/control
===================================================================
--- /ipk/source.sh4/system_splitscreen_0_3/CONTROL/control	(revision 8575)
+++ /ipk/source.sh4/system_splitscreen_0_3/CONTROL/control	(revision 8576)
@@ -7,4 +7,4 @@
 Maintainer: AAF
 Homepage: http://www.aaf-digital.info
-Description: With this Plugin you can watch 2 channels at the same time in a splitscreen mode.\nTwintuner boxes do not need this plugin, because it is installed, yet.
+Description: With this Plugin you can watch 2 channels at the same time in a splitscreen mode. Twintuner boxes do not need this plugin, because it is installed, yet.
 Source: http://www.aaf-digital.info
Index: /ipk/source/bootlogos_bikergirl_0_1/CONTROL/control
===================================================================
--- /ipk/source/bootlogos_bikergirl_0_1/CONTROL/control	(revision 8576)
+++ /ipk/source/bootlogos_bikergirl_0_1/CONTROL/control	(revision 8576)
@@ -0,0 +1,10 @@
+Package: enigma2-plugin-bootlogos-bikergirl
+Version: 0.1
+Architecture: sh4
+OE: bootlogos
+Section: extra
+Priority: optional
+Maintainer: AAF
+Homepage: http://www.aaf-digital.info
+Source: http://www.aaf-digital.info
+Description: Bootlogo "Bikergirl" for your AAF- Duckbox
Index: /ipk/source/bootlogos_bikergirl_0_1/CONTROL/postinst
===================================================================
--- /ipk/source/bootlogos_bikergirl_0_1/CONTROL/postinst	(revision 8576)
+++ /ipk/source/bootlogos_bikergirl_0_1/CONTROL/postinst	(revision 8576)
@@ -0,0 +1,17 @@
+#!/bin/sh
+TMP=/tmp/.bootlogos
+
+
+echo "rename /var/boot/bootlogo.jpg -> /var/etc/boot/original.jpg"
+mv /var/etc/boot/bootlogo.jpg /var/etc/boot/original.jpg
+
+
+echo "successful installed"
+echo "syncing disk"
+sync
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	echo new freespace size $FREE kb
+fi
+exit 0
Index: /ipk/source/bootlogos_bikergirl_0_1/CONTROL/postrm
===================================================================
--- /ipk/source/bootlogos_bikergirl_0_1/CONTROL/postrm	(revision 8576)
+++ /ipk/source/bootlogos_bikergirl_0_1/CONTROL/postrm	(revision 8576)
@@ -0,0 +1,11 @@
+#!/bin/sh
+TMP=/tmp/.bootlogos
+echo "successful removed"
+echo "syncing disk"
+sync
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	echo new freespace size $FREE kb
+fi
+exit 0
Index: /ipk/source/bootlogos_bikergirl_0_1/CONTROL/preinst
===================================================================
--- /ipk/source/bootlogos_bikergirl_0_1/CONTROL/preinst	(revision 8576)
+++ /ipk/source/bootlogos_bikergirl_0_1/CONTROL/preinst	(revision 8576)
@@ -0,0 +1,44 @@
+#!/bin/sh
+#
+TMP=/tmp/.bootlogos
+echo "syncing disk"
+sync
+
+model=`cat /etc/model`
+echo""
+echo "Checking your Boxtype...."
+echo "Some Plugins will not work correctly on your $model!"
+echo ""
+if [ "$model" = "" ]; then
+	echo "Sorry! This Plugin is not available for your $model because it will not work correctly!!!"
+	echo "Aborting installation..."
+	exit 1
+else
+	echo "Boxtype: $model OK"
+fi
+
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	SIZE=56
+	echo "checking freespace"
+	echo packege size $SIZE kb
+	echo freespace size $FREE kb
+	if  [ "$FREE" -lt "$SIZE" ]; then
+		echo "sorry no freespace left on device"
+		exit 1
+	else
+		echo freespace ok
+	fi
+fi   
+echo "installing bootlogo ..."
+echo "checking OS"
+if  [ `cat /etc/motd | grep AAF | grep M | grep rev | wc -l` -eq 0 ]; then                      
+	echo ---------------------------
+	echo DONT USE this IPK Package!!
+	echo ---
+	echo Only for AAF Image!!
+	echo ---------------------------
+	exit 1
+fi
+exit 0
Index: /ipk/source/bootlogos_bikergirl_0_1/CONTROL/prerm
===================================================================
--- /ipk/source/bootlogos_bikergirl_0_1/CONTROL/prerm	(revision 8576)
+++ /ipk/source/bootlogos_bikergirl_0_1/CONTROL/prerm	(revision 8576)
@@ -0,0 +1,16 @@
+#!/bin/sh
+#
+TMP=/tmp/.bootlogos
+
+echo "rename original.jpg -> bootlogo.jpg"
+mv /var/etc/boot/original.jpg /var/etc/boot/bootlogo.jpg
+
+echo "syncing disk"
+sync
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	echo freespace size $FREE kb
+fi
+echo "remove bootlogo"
+exit 0
Index: /ipk/source/bootlogos_blueskull_0_1/CONTROL/control
===================================================================
--- /ipk/source/bootlogos_blueskull_0_1/CONTROL/control	(revision 8576)
+++ /ipk/source/bootlogos_blueskull_0_1/CONTROL/control	(revision 8576)
@@ -0,0 +1,10 @@
+Package: enigma2-plugin-bootlogos-blueskull
+Version: 0.1
+Architecture: sh4
+OE: bootlogos
+Section: extra
+Priority: optional
+Maintainer: AAF
+Homepage: http://www.aaf-digital.info
+Source: http://www.aaf-digital.info
+Description: Bootlogo "Blueskull" for your AAF- Duckbox
Index: /ipk/source/bootlogos_blueskull_0_1/CONTROL/postinst
===================================================================
--- /ipk/source/bootlogos_blueskull_0_1/CONTROL/postinst	(revision 8576)
+++ /ipk/source/bootlogos_blueskull_0_1/CONTROL/postinst	(revision 8576)
@@ -0,0 +1,17 @@
+#!/bin/sh
+TMP=/tmp/.bootlogos
+
+
+echo "rename /var/boot/bootlogo.jpg -> /var/etc/boot/original.jpg"
+mv /var/etc/boot/bootlogo.jpg /var/etc/boot/original.jpg
+
+
+echo "successful installed"
+echo "syncing disk"
+sync
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	echo new freespace size $FREE kb
+fi
+exit 0
Index: /ipk/source/bootlogos_blueskull_0_1/CONTROL/postrm
===================================================================
--- /ipk/source/bootlogos_blueskull_0_1/CONTROL/postrm	(revision 8576)
+++ /ipk/source/bootlogos_blueskull_0_1/CONTROL/postrm	(revision 8576)
@@ -0,0 +1,11 @@
+#!/bin/sh
+TMP=/tmp/.bootlogos
+echo "successful removed"
+echo "syncing disk"
+sync
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	echo new freespace size $FREE kb
+fi
+exit 0
Index: /ipk/source/bootlogos_blueskull_0_1/CONTROL/preinst
===================================================================
--- /ipk/source/bootlogos_blueskull_0_1/CONTROL/preinst	(revision 8576)
+++ /ipk/source/bootlogos_blueskull_0_1/CONTROL/preinst	(revision 8576)
@@ -0,0 +1,44 @@
+#!/bin/sh
+#
+TMP=/tmp/.bootlogos
+echo "syncing disk"
+sync
+
+model=`cat /etc/model`
+	echo""
+	echo "Checking your Boxtype...."
+	echo "Some Plugins will not work correctly on your $model!"
+	echo ""
+	if [ "$model" = "" ]; then
+		echo "Sorry! This Plugin is not available for your $model because it will not work correctly!!!"
+		echo "Aborting installation..."
+		exit 1
+	else
+		echo "$model OK"
+	fi
+
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	SIZE=56
+	echo "checking freespace"
+	echo packege size $SIZE kb
+	echo freespace size $FREE kb
+	if  [ "$FREE" -lt "$SIZE" ]; then
+		echo "sorry no freespace left on device"
+		exit 1
+	else
+		echo freespace ok
+	fi
+fi   
+echo "installing bootlogo ..."
+echo "checking OS"
+if  [ `cat /etc/motd | grep AAF | grep M | grep rev | wc -l` -eq 0 ]; then                      
+	echo ---------------------------
+	echo DONT USE this IPK Package!!
+	echo ---
+	echo Only for AAF Image!!
+	echo ---------------------------
+	exit 1
+fi
+exit 0
Index: /ipk/source/bootlogos_blueskull_0_1/CONTROL/prerm
===================================================================
--- /ipk/source/bootlogos_blueskull_0_1/CONTROL/prerm	(revision 8576)
+++ /ipk/source/bootlogos_blueskull_0_1/CONTROL/prerm	(revision 8576)
@@ -0,0 +1,16 @@
+#!/bin/sh
+#
+TMP=/tmp/.bootlogos
+
+echo "rename original.jpg -> bootlogo.jpg"
+mv /var/etc/boot/original.jpg /var/etc/boot/bootlogo.jpg
+
+echo "syncing disk"
+sync
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	echo freespace size $FREE kb
+fi
+echo "remove bootlogo"
+exit 0
Index: /ipk/source/bootlogos_cityflash_0_1/CONTROL/control
===================================================================
--- /ipk/source/bootlogos_cityflash_0_1/CONTROL/control	(revision 8576)
+++ /ipk/source/bootlogos_cityflash_0_1/CONTROL/control	(revision 8576)
@@ -0,0 +1,10 @@
+Package: enigma2-plugin-bootlogos-cityflash
+Version: 0.1
+Architecture: sh4
+OE: bootlogos
+Section: extra
+Priority: optional
+Maintainer: AAF
+Homepage: http://www.aaf-digital.info
+Source: http://www.aaf-digital.info
+Description: Bootlogo "Cityflash" for your AAF- Duckbox
Index: /ipk/source/bootlogos_cityflash_0_1/CONTROL/postinst
===================================================================
--- /ipk/source/bootlogos_cityflash_0_1/CONTROL/postinst	(revision 8576)
+++ /ipk/source/bootlogos_cityflash_0_1/CONTROL/postinst	(revision 8576)
@@ -0,0 +1,17 @@
+#!/bin/sh
+TMP=/tmp/.bootlogos
+
+
+echo "rename /var/boot/bootlogo.jpg -> /var/etc/boot/original.jpg"
+mv /var/etc/boot/bootlogo.jpg /var/etc/boot/original.jpg
+
+
+echo "successful installed"
+echo "syncing disk"
+sync
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	echo new freespace size $FREE kb
+fi
+exit 0
Index: /ipk/source/bootlogos_cityflash_0_1/CONTROL/postrm
===================================================================
--- /ipk/source/bootlogos_cityflash_0_1/CONTROL/postrm	(revision 8576)
+++ /ipk/source/bootlogos_cityflash_0_1/CONTROL/postrm	(revision 8576)
@@ -0,0 +1,11 @@
+#!/bin/sh
+TMP=/tmp/.bootlogos
+echo "successful removed"
+echo "syncing disk"
+sync
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	echo new freespace size $FREE kb
+fi
+exit 0
Index: /ipk/source/bootlogos_cityflash_0_1/CONTROL/preinst
===================================================================
--- /ipk/source/bootlogos_cityflash_0_1/CONTROL/preinst	(revision 8576)
+++ /ipk/source/bootlogos_cityflash_0_1/CONTROL/preinst	(revision 8576)
@@ -0,0 +1,44 @@
+#!/bin/sh
+#
+TMP=/tmp/.bootlogos
+echo "syncing disk"
+sync
+
+model=`cat /etc/model`
+	echo""
+	echo "Checking your Boxtype...."
+	echo "Some Plugins will not work correctly on your $model!"
+	echo ""
+	if [ "$model" = "" ]; then
+		echo "Sorry! This Plugin is not available for your $model because it will not work correctly!!!"
+		echo "Aborting installation..."
+		exit 1
+	else
+		echo "$model OK"
+	fi
+
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	SIZE=56
+	echo "checking freespace"
+	echo packege size $SIZE kb
+	echo freespace size $FREE kb
+	if  [ "$FREE" -lt "$SIZE" ]; then
+		echo "sorry no freespace left on device"
+		exit 1
+	else
+		echo freespace ok
+	fi
+fi   
+echo "installing bootlogo ..."
+echo "checking OS"
+if  [ `cat /etc/motd | grep AAF | grep M | grep rev | wc -l` -eq 0 ]; then                      
+	echo ---------------------------
+	echo DONT USE this IPK Package!!
+	echo ---
+	echo Only for AAF Image!!
+	echo ---------------------------
+	exit 1
+fi
+exit 0
Index: /ipk/source/bootlogos_cityflash_0_1/CONTROL/prerm
===================================================================
--- /ipk/source/bootlogos_cityflash_0_1/CONTROL/prerm	(revision 8576)
+++ /ipk/source/bootlogos_cityflash_0_1/CONTROL/prerm	(revision 8576)
@@ -0,0 +1,16 @@
+#!/bin/sh
+#
+TMP=/tmp/.bootlogos
+
+echo "rename original.jpg -> bootlogo.jpg"
+mv /var/etc/boot/original.jpg /var/etc/boot/bootlogo.jpg
+
+echo "syncing disk"
+sync
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	echo freespace size $FREE kb
+fi
+echo "remove bootlogo"
+exit 0
Index: /ipk/source/bootlogos_enigmalinux_0_1/CONTROL/control
===================================================================
--- /ipk/source/bootlogos_enigmalinux_0_1/CONTROL/control	(revision 8576)
+++ /ipk/source/bootlogos_enigmalinux_0_1/CONTROL/control	(revision 8576)
@@ -0,0 +1,10 @@
+Package: enigma2-plugin-bootlogos-enigmalinux
+Version: 0.2
+Architecture: sh4
+OE: bootlogos
+Section: extra
+Priority: optional
+Maintainer: AAF
+Homepage: http://www.aaf-digital.info
+Source: http://www.aaf-digital.info
+Description: Bootlogo "Enigma Linux" for your AAF- Duckbox
Index: /ipk/source/bootlogos_enigmalinux_0_1/CONTROL/postinst
===================================================================
--- /ipk/source/bootlogos_enigmalinux_0_1/CONTROL/postinst	(revision 8576)
+++ /ipk/source/bootlogos_enigmalinux_0_1/CONTROL/postinst	(revision 8576)
@@ -0,0 +1,17 @@
+#!/bin/sh
+TMP=/tmp/.bootlogos
+
+
+echo "rename /var/boot/bootlogo.jpg -> /var/etc/boot/original.jpg"
+mv /var/etc/boot/bootlogo.jpg /var/etc/boot/original.jpg
+
+
+echo "successful installed"
+echo "syncing disk"
+sync
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	echo new freespace size $FREE kb
+fi
+exit 0
Index: /ipk/source/bootlogos_enigmalinux_0_1/CONTROL/postrm
===================================================================
--- /ipk/source/bootlogos_enigmalinux_0_1/CONTROL/postrm	(revision 8576)
+++ /ipk/source/bootlogos_enigmalinux_0_1/CONTROL/postrm	(revision 8576)
@@ -0,0 +1,11 @@
+#!/bin/sh
+TMP=/tmp/.bootlogos
+echo "successful removed"
+echo "syncing disk"
+sync
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	echo new freespace size $FREE kb
+fi
+exit 0
Index: /ipk/source/bootlogos_enigmalinux_0_1/CONTROL/preinst
===================================================================
--- /ipk/source/bootlogos_enigmalinux_0_1/CONTROL/preinst	(revision 8576)
+++ /ipk/source/bootlogos_enigmalinux_0_1/CONTROL/preinst	(revision 8576)
@@ -0,0 +1,44 @@
+#!/bin/sh
+#
+TMP=/tmp/.bootlogos
+echo "syncing disk"
+sync
+
+model=`cat /etc/model`
+	echo""
+	echo "Checking your Boxtype...."
+	echo "Some Plugins will not work correctly on your $model!"
+	echo ""
+	if [ "$model" = "" ]; then
+		echo "Sorry! This Plugin is not available for your $model because it will not work correctly!!!"
+		echo "Aborting installation..."
+		exit 1
+	else
+		echo "$model OK"
+	fi
+
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	SIZE=56
+	echo "checking freespace"
+	echo packege size $SIZE kb
+	echo freespace size $FREE kb
+	if  [ "$FREE" -lt "$SIZE" ]; then
+		echo "sorry no freespace left on device"
+		exit 1
+	else
+		echo freespace ok
+	fi
+fi   
+echo "installing bootlogo ..."
+echo "checking OS"
+if  [ `cat /etc/motd | grep AAF | grep M | grep rev | wc -l` -eq 0 ]; then                      
+	echo ---------------------------
+	echo DONT USE this IPK Package!!
+	echo ---
+	echo Only for AAF Image!!
+	echo ---------------------------
+	exit 1
+fi
+exit 0
Index: /ipk/source/bootlogos_enigmalinux_0_1/CONTROL/prerm
===================================================================
--- /ipk/source/bootlogos_enigmalinux_0_1/CONTROL/prerm	(revision 8576)
+++ /ipk/source/bootlogos_enigmalinux_0_1/CONTROL/prerm	(revision 8576)
@@ -0,0 +1,16 @@
+#!/bin/sh
+#
+TMP=/tmp/.bootlogos
+
+echo "rename original.jpg -> bootlogo.jpg"
+mv /var/etc/boot/original.jpg /var/etc/boot/bootlogo.jpg
+
+echo "syncing disk"
+sync
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	echo freespace size $FREE kb
+fi
+echo "remove bootlogo"
+exit 0
Index: /ipk/source/bootlogos_fantasygirl2_0_1/CONTROL/control
===================================================================
--- /ipk/source/bootlogos_fantasygirl2_0_1/CONTROL/control	(revision 8576)
+++ /ipk/source/bootlogos_fantasygirl2_0_1/CONTROL/control	(revision 8576)
@@ -0,0 +1,10 @@
+Package: enigma2-plugin-bootlogos-fantasygirl2
+Version: 0.1
+Architecture: sh4
+OE: bootlogos
+Section: extra
+Priority: optional
+Maintainer: AAF
+Homepage: http://www.aaf-digital.info
+Source: http://www.aaf-digital.info
+Description: Bootlogo "Fantasygirl 2" for your AAF- Duckbox
Index: /ipk/source/bootlogos_fantasygirl2_0_1/CONTROL/postinst
===================================================================
--- /ipk/source/bootlogos_fantasygirl2_0_1/CONTROL/postinst	(revision 8576)
+++ /ipk/source/bootlogos_fantasygirl2_0_1/CONTROL/postinst	(revision 8576)
@@ -0,0 +1,17 @@
+#!/bin/sh
+TMP=/tmp/.bootlogos
+
+
+echo "rename /var/boot/bootlogo.jpg -> /var/etc/boot/original.jpg"
+mv /var/etc/boot/bootlogo.jpg /var/etc/boot/original.jpg
+
+
+echo "successful installed"
+echo "syncing disk"
+sync
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	echo new freespace size $FREE kb
+fi
+exit 0
Index: /ipk/source/bootlogos_fantasygirl2_0_1/CONTROL/postrm
===================================================================
--- /ipk/source/bootlogos_fantasygirl2_0_1/CONTROL/postrm	(revision 8576)
+++ /ipk/source/bootlogos_fantasygirl2_0_1/CONTROL/postrm	(revision 8576)
@@ -0,0 +1,11 @@
+#!/bin/sh
+TMP=/tmp/.bootlogos
+echo "successful removed"
+echo "syncing disk"
+sync
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	echo new freespace size $FREE kb
+fi
+exit 0
Index: /ipk/source/bootlogos_fantasygirl2_0_1/CONTROL/preinst
===================================================================
--- /ipk/source/bootlogos_fantasygirl2_0_1/CONTROL/preinst	(revision 8576)
+++ /ipk/source/bootlogos_fantasygirl2_0_1/CONTROL/preinst	(revision 8576)
@@ -0,0 +1,44 @@
+#!/bin/sh
+#
+TMP=/tmp/.bootlogos
+echo "syncing disk"
+sync
+
+model=`cat /etc/model`
+	echo""
+	echo "Checking your Boxtype...."
+	echo "Some Plugins will not work correctly on your $model!"
+	echo ""
+	if [ "$model" = "" ]; then
+		echo "Sorry! This Plugin is not available for your $model because it will not work correctly!!!"
+		echo "Aborting installation..."
+		exit 1
+	else
+		echo "$model OK"
+	fi
+
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	SIZE=56
+	echo "checking freespace"
+	echo packege size $SIZE kb
+	echo freespace size $FREE kb
+	if  [ "$FREE" -lt "$SIZE" ]; then
+		echo "sorry no freespace left on device"
+		exit 1
+	else
+		echo freespace ok
+	fi
+fi   
+echo "installing bootlogo ..."
+echo "checking OS"
+if  [ `cat /etc/motd | grep AAF | grep M | grep rev | wc -l` -eq 0 ]; then                      
+	echo ---------------------------
+	echo DONT USE this IPK Package!!
+	echo ---
+	echo Only for AAF Image!!
+	echo ---------------------------
+	exit 1
+fi
+exit 0
Index: /ipk/source/bootlogos_fantasygirl2_0_1/CONTROL/prerm
===================================================================
--- /ipk/source/bootlogos_fantasygirl2_0_1/CONTROL/prerm	(revision 8576)
+++ /ipk/source/bootlogos_fantasygirl2_0_1/CONTROL/prerm	(revision 8576)
@@ -0,0 +1,16 @@
+#!/bin/sh
+#
+TMP=/tmp/.bootlogos
+
+echo "rename original.jpg -> bootlogo.jpg"
+mv /var/etc/boot/original.jpg /var/etc/boot/bootlogo.jpg
+
+echo "syncing disk"
+sync
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	echo freespace size $FREE kb
+fi
+echo "remove bootlogo"
+exit 0
Index: /ipk/source/bootlogos_fantasygirl_0_1/CONTROL/control
===================================================================
--- /ipk/source/bootlogos_fantasygirl_0_1/CONTROL/control	(revision 8576)
+++ /ipk/source/bootlogos_fantasygirl_0_1/CONTROL/control	(revision 8576)
@@ -0,0 +1,10 @@
+Package: enigma2-plugin-bootlogos-fantasygirl
+Version: 0.1
+Architecture: sh4
+OE: bootlogos
+Section: extra
+Priority: optional
+Maintainer: AAF
+Homepage: http://www.aaf-digital.info
+Source: http://www.aaf-digital.info
+Description: Bootlogo "Fantasygirl" for your AAF- Duckbox
Index: /ipk/source/bootlogos_fantasygirl_0_1/CONTROL/postinst
===================================================================
--- /ipk/source/bootlogos_fantasygirl_0_1/CONTROL/postinst	(revision 8576)
+++ /ipk/source/bootlogos_fantasygirl_0_1/CONTROL/postinst	(revision 8576)
@@ -0,0 +1,17 @@
+#!/bin/sh
+TMP=/tmp/.bootlogos
+
+
+echo "rename /var/boot/bootlogo.jpg -> /var/etc/boot/original.jpg"
+mv /var/etc/boot/bootlogo.jpg /var/etc/boot/original.jpg
+
+
+echo "successful installed"
+echo "syncing disk"
+sync
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	echo new freespace size $FREE kb
+fi
+exit 0
Index: /ipk/source/bootlogos_fantasygirl_0_1/CONTROL/postrm
===================================================================
--- /ipk/source/bootlogos_fantasygirl_0_1/CONTROL/postrm	(revision 8576)
+++ /ipk/source/bootlogos_fantasygirl_0_1/CONTROL/postrm	(revision 8576)
@@ -0,0 +1,11 @@
+#!/bin/sh
+TMP=/tmp/.bootlogos
+echo "successful removed"
+echo "syncing disk"
+sync
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	echo new freespace size $FREE kb
+fi
+exit 0
Index: /ipk/source/bootlogos_fantasygirl_0_1/CONTROL/preinst
===================================================================
--- /ipk/source/bootlogos_fantasygirl_0_1/CONTROL/preinst	(revision 8576)
+++ /ipk/source/bootlogos_fantasygirl_0_1/CONTROL/preinst	(revision 8576)
@@ -0,0 +1,44 @@
+#!/bin/sh
+#
+TMP=/tmp/.bootlogos
+echo "syncing disk"
+sync
+
+model=`cat /etc/model`
+	echo""
+	echo "Checking your Boxtype...."
+	echo "Some Plugins will not work correctly on your $model!"
+	echo ""
+	if [ "$model" = "" ]; then
+		echo "Sorry! This Plugin is not available for your $model because it will not work correctly!!!"
+		echo "Aborting installation..."
+		exit 1
+	else
+		echo "$model OK"
+	fi
+
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	SIZE=56
+	echo "checking freespace"
+	echo packege size $SIZE kb
+	echo freespace size $FREE kb
+	if  [ "$FREE" -lt "$SIZE" ]; then
+		echo "sorry no freespace left on device"
+		exit 1
+	else
+		echo freespace ok
+	fi
+fi   
+echo "installing bootlogo ..."
+echo "checking OS"
+if  [ `cat /etc/motd | grep AAF | grep M | grep rev | wc -l` -eq 0 ]; then                      
+	echo ---------------------------
+	echo DONT USE this IPK Package!!
+	echo ---
+	echo Only for AAF Image!!
+	echo ---------------------------
+	exit 1
+fi
+exit 0
Index: /ipk/source/bootlogos_fantasygirl_0_1/CONTROL/prerm
===================================================================
--- /ipk/source/bootlogos_fantasygirl_0_1/CONTROL/prerm	(revision 8576)
+++ /ipk/source/bootlogos_fantasygirl_0_1/CONTROL/prerm	(revision 8576)
@@ -0,0 +1,16 @@
+#!/bin/sh
+#
+TMP=/tmp/.bootlogos
+
+echo "rename original.jpg -> bootlogo.jpg"
+mv /var/etc/boot/original.jpg /var/etc/boot/bootlogo.jpg
+
+echo "syncing disk"
+sync
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	echo freespace size $FREE kb
+fi
+echo "remove bootlogo"
+exit 0
Index: /ipk/source/bootlogos_firelady_0_1/CONTROL/control
===================================================================
--- /ipk/source/bootlogos_firelady_0_1/CONTROL/control	(revision 8576)
+++ /ipk/source/bootlogos_firelady_0_1/CONTROL/control	(revision 8576)
@@ -0,0 +1,10 @@
+Package: enigma2-plugin-bootlogos-firelady
+Version: 0.1
+Architecture: sh4
+OE: bootlogos
+Section: extra
+Priority: optional
+Maintainer: AAF
+Homepage: http://www.aaf-digital.info
+Source: http://www.aaf-digital.info
+Description: Bootlogo "Firelady" for your AAF- Duckbox
Index: /ipk/source/bootlogos_firelady_0_1/CONTROL/postinst
===================================================================
--- /ipk/source/bootlogos_firelady_0_1/CONTROL/postinst	(revision 8576)
+++ /ipk/source/bootlogos_firelady_0_1/CONTROL/postinst	(revision 8576)
@@ -0,0 +1,17 @@
+#!/bin/sh
+TMP=/tmp/.bootlogos
+
+
+echo "rename /var/boot/bootlogo.jpg -> /var/etc/boot/original.jpg"
+mv /var/etc/boot/bootlogo.jpg /var/etc/boot/original.jpg
+
+
+echo "successful installed"
+echo "syncing disk"
+sync
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	echo new freespace size $FREE kb
+fi
+exit 0
Index: /ipk/source/bootlogos_firelady_0_1/CONTROL/postrm
===================================================================
--- /ipk/source/bootlogos_firelady_0_1/CONTROL/postrm	(revision 8576)
+++ /ipk/source/bootlogos_firelady_0_1/CONTROL/postrm	(revision 8576)
@@ -0,0 +1,11 @@
+#!/bin/sh
+TMP=/tmp/.bootlogos
+echo "successful removed"
+echo "syncing disk"
+sync
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	echo new freespace size $FREE kb
+fi
+exit 0
Index: /ipk/source/bootlogos_firelady_0_1/CONTROL/preinst
===================================================================
--- /ipk/source/bootlogos_firelady_0_1/CONTROL/preinst	(revision 8576)
+++ /ipk/source/bootlogos_firelady_0_1/CONTROL/preinst	(revision 8576)
@@ -0,0 +1,44 @@
+#!/bin/sh
+#
+TMP=/tmp/.bootlogos
+echo "syncing disk"
+sync
+
+model=`cat /etc/model`
+	echo""
+	echo "Checking your Boxtype...."
+	echo "Some Plugins will not work correctly on your $model!"
+	echo ""
+	if [ "$model" = "" ]; then
+		echo "Sorry! This Plugin is not available for your $model because it will not work correctly!!!"
+		echo "Aborting installation..."
+		exit 1
+	else
+		echo "$model OK"
+	fi
+
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	SIZE=56
+	echo "checking freespace"
+	echo packege size $SIZE kb
+	echo freespace size $FREE kb
+	if  [ "$FREE" -lt "$SIZE" ]; then
+		echo "sorry no freespace left on device"
+		exit 1
+	else
+		echo freespace ok
+	fi
+fi   
+echo "installing bootlogo ..."
+echo "checking OS"
+if  [ `cat /etc/motd | grep AAF | grep M | grep rev | wc -l` -eq 0 ]; then                      
+	echo ---------------------------
+	echo DONT USE this IPK Package!!
+	echo ---
+	echo Only for AAF Image!!
+	echo ---------------------------
+	exit 1
+fi
+exit 0
Index: /ipk/source/bootlogos_firelady_0_1/CONTROL/prerm
===================================================================
--- /ipk/source/bootlogos_firelady_0_1/CONTROL/prerm	(revision 8576)
+++ /ipk/source/bootlogos_firelady_0_1/CONTROL/prerm	(revision 8576)
@@ -0,0 +1,16 @@
+#!/bin/sh
+#
+TMP=/tmp/.bootlogos
+
+echo "rename original.jpg -> bootlogo.jpg"
+mv /var/etc/boot/original.jpg /var/etc/boot/bootlogo.jpg
+
+echo "syncing disk"
+sync
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	echo freespace size $FREE kb
+fi
+echo "remove bootlogo"
+exit 0
Index: /ipk/source/bootlogos_fireskull_0_1/CONTROL/control
===================================================================
--- /ipk/source/bootlogos_fireskull_0_1/CONTROL/control	(revision 8576)
+++ /ipk/source/bootlogos_fireskull_0_1/CONTROL/control	(revision 8576)
@@ -0,0 +1,10 @@
+Package: enigma2-plugin-bootlogos-fireskull
+Version: 0.1
+Architecture: sh4
+OE: bootlogos
+Section: extra
+Priority: optional
+Maintainer: AAF
+Homepage: http://www.aaf-digital.info
+Source: http://www.aaf-digital.info
+Description: Bootlogo "Fireskull" for your AAF- Duckbox
Index: /ipk/source/bootlogos_fireskull_0_1/CONTROL/postinst
===================================================================
--- /ipk/source/bootlogos_fireskull_0_1/CONTROL/postinst	(revision 8576)
+++ /ipk/source/bootlogos_fireskull_0_1/CONTROL/postinst	(revision 8576)
@@ -0,0 +1,17 @@
+#!/bin/sh
+TMP=/tmp/.bootlogos
+
+
+echo "rename /var/boot/bootlogo.jpg -> /var/etc/boot/original.jpg"
+mv /var/etc/boot/bootlogo.jpg /var/etc/boot/original.jpg
+
+
+echo "successful installed"
+echo "syncing disk"
+sync
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	echo new freespace size $FREE kb
+fi
+exit 0
Index: /ipk/source/bootlogos_fireskull_0_1/CONTROL/postrm
===================================================================
--- /ipk/source/bootlogos_fireskull_0_1/CONTROL/postrm	(revision 8576)
+++ /ipk/source/bootlogos_fireskull_0_1/CONTROL/postrm	(revision 8576)
@@ -0,0 +1,11 @@
+#!/bin/sh
+TMP=/tmp/.bootlogos
+echo "successful removed"
+echo "syncing disk"
+sync
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	echo new freespace size $FREE kb
+fi
+exit 0
Index: /ipk/source/bootlogos_fireskull_0_1/CONTROL/preinst
===================================================================
--- /ipk/source/bootlogos_fireskull_0_1/CONTROL/preinst	(revision 8576)
+++ /ipk/source/bootlogos_fireskull_0_1/CONTROL/preinst	(revision 8576)
@@ -0,0 +1,44 @@
+#!/bin/sh
+#
+TMP=/tmp/.bootlogos
+echo "syncing disk"
+sync
+
+model=`cat /etc/model`
+	echo""
+	echo "Checking your Boxtype...."
+	echo "Some Plugins will not work correctly on your $model!"
+	echo ""
+	if [ "$model" = "" ]; then
+		echo "Sorry! This Plugin is not available for your $model because it will not work correctly!!!"
+		echo "Aborting installation..."
+		exit 1
+	else
+		echo "$model OK"
+	fi
+
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	SIZE=56
+	echo "checking freespace"
+	echo packege size $SIZE kb
+	echo freespace size $FREE kb
+	if  [ "$FREE" -lt "$SIZE" ]; then
+		echo "sorry no freespace left on device"
+		exit 1
+	else
+		echo freespace ok
+	fi
+fi   
+echo "installing bootlogo ..."
+echo "checking OS"
+if  [ `cat /etc/motd | grep AAF | grep M | grep rev | wc -l` -eq 0 ]; then                      
+	echo ---------------------------
+	echo DONT USE this IPK Package!!
+	echo ---
+	echo Only for AAF Image!!
+	echo ---------------------------
+	exit 1
+fi
+exit 0
Index: /ipk/source/bootlogos_fireskull_0_1/CONTROL/prerm
===================================================================
--- /ipk/source/bootlogos_fireskull_0_1/CONTROL/prerm	(revision 8576)
+++ /ipk/source/bootlogos_fireskull_0_1/CONTROL/prerm	(revision 8576)
@@ -0,0 +1,16 @@
+#!/bin/sh
+#
+TMP=/tmp/.bootlogos
+
+echo "rename original.jpg -> bootlogo.jpg"
+mv /var/etc/boot/original.jpg /var/etc/boot/bootlogo.jpg
+
+echo "syncing disk"
+sync
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	echo freespace size $FREE kb
+fi
+echo "remove bootlogo"
+exit 0
Index: /ipk/source/bootlogos_footballgirls_0_1/CONTROL/control
===================================================================
--- /ipk/source/bootlogos_footballgirls_0_1/CONTROL/control	(revision 8576)
+++ /ipk/source/bootlogos_footballgirls_0_1/CONTROL/control	(revision 8576)
@@ -0,0 +1,10 @@
+Package: enigma2-plugin-bootlogos-footballgirls
+Version: 0.1
+Architecture: sh4
+OE: bootlogos
+Section: extra
+Priority: optional
+Maintainer: AAF
+Homepage: http://www.aaf-digital.info
+Source: http://www.aaf-digital.info
+Description: Bootlogo "Footballgirls" for your AAF- Duckbox
Index: /ipk/source/bootlogos_footballgirls_0_1/CONTROL/postinst
===================================================================
--- /ipk/source/bootlogos_footballgirls_0_1/CONTROL/postinst	(revision 8576)
+++ /ipk/source/bootlogos_footballgirls_0_1/CONTROL/postinst	(revision 8576)
@@ -0,0 +1,17 @@
+#!/bin/sh
+TMP=/tmp/.bootlogos
+
+
+echo "rename /var/boot/bootlogo.jpg -> /var/etc/boot/original.jpg"
+mv /var/etc/boot/bootlogo.jpg /var/etc/boot/original.jpg
+
+
+echo "successful installed"
+echo "syncing disk"
+sync
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	echo new freespace size $FREE kb
+fi
+exit 0
Index: /ipk/source/bootlogos_footballgirls_0_1/CONTROL/postrm
===================================================================
--- /ipk/source/bootlogos_footballgirls_0_1/CONTROL/postrm	(revision 8576)
+++ /ipk/source/bootlogos_footballgirls_0_1/CONTROL/postrm	(revision 8576)
@@ -0,0 +1,11 @@
+#!/bin/sh
+TMP=/tmp/.bootlogos
+echo "successful removed"
+echo "syncing disk"
+sync
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	echo new freespace size $FREE kb
+fi
+exit 0
Index: /ipk/source/bootlogos_footballgirls_0_1/CONTROL/preinst
===================================================================
--- /ipk/source/bootlogos_footballgirls_0_1/CONTROL/preinst	(revision 8576)
+++ /ipk/source/bootlogos_footballgirls_0_1/CONTROL/preinst	(revision 8576)
@@ -0,0 +1,44 @@
+#!/bin/sh
+#
+TMP=/tmp/.bootlogos
+echo "syncing disk"
+sync
+
+model=`cat /etc/model`
+	echo""
+	echo "Checking your Boxtype...."
+	echo "Some Plugins will not work correctly on your $model!"
+	echo ""
+	if [ "$model" = "" ]; then
+		echo "Sorry! This Plugin is not available for your $model because it will not work correctly!!!"
+		echo "Aborting installation..."
+		exit 1
+	else
+		echo "$model OK"
+	fi
+
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	SIZE=56
+	echo "checking freespace"
+	echo packege size $SIZE kb
+	echo freespace size $FREE kb
+	if  [ "$FREE" -lt "$SIZE" ]; then
+		echo "sorry no freespace left on device"
+		exit 1
+	else
+		echo freespace ok
+	fi
+fi   
+echo "installing bootlogo ..."
+echo "checking OS"
+if  [ `cat /etc/motd | grep AAF | grep M | grep rev | wc -l` -eq 0 ]; then                      
+	echo ---------------------------
+	echo DONT USE this IPK Package!!
+	echo ---
+	echo Only for AAF Image!!
+	echo ---------------------------
+	exit 1
+fi
+exit 0
Index: /ipk/source/bootlogos_footballgirls_0_1/CONTROL/prerm
===================================================================
--- /ipk/source/bootlogos_footballgirls_0_1/CONTROL/prerm	(revision 8576)
+++ /ipk/source/bootlogos_footballgirls_0_1/CONTROL/prerm	(revision 8576)
@@ -0,0 +1,16 @@
+#!/bin/sh
+#
+TMP=/tmp/.bootlogos
+
+echo "rename original.jpg -> bootlogo.jpg"
+mv /var/etc/boot/original.jpg /var/etc/boot/bootlogo.jpg
+
+echo "syncing disk"
+sync
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	echo freespace size $FREE kb
+fi
+echo "remove bootlogo"
+exit 0
Index: /ipk/source/bootlogos_ghostrider_0_1/CONTROL/control
===================================================================
--- /ipk/source/bootlogos_ghostrider_0_1/CONTROL/control	(revision 8576)
+++ /ipk/source/bootlogos_ghostrider_0_1/CONTROL/control	(revision 8576)
@@ -0,0 +1,10 @@
+Package: enigma2-plugin-bootlogos-ghostrider
+Version: 0.1
+Architecture: sh4
+OE: bootlogos
+Section: extra
+Priority: optional
+Maintainer: AAF
+Homepage: http://www.aaf-digital.info
+Source: http://www.aaf-digital.info
+Description: Bootlogo "Ghostrider" for your AAF- Duckbox
Index: /ipk/source/bootlogos_ghostrider_0_1/CONTROL/postinst
===================================================================
--- /ipk/source/bootlogos_ghostrider_0_1/CONTROL/postinst	(revision 8576)
+++ /ipk/source/bootlogos_ghostrider_0_1/CONTROL/postinst	(revision 8576)
@@ -0,0 +1,17 @@
+#!/bin/sh
+TMP=/tmp/.bootlogos
+
+
+echo "rename /var/boot/bootlogo.jpg -> /var/etc/boot/original.jpg"
+mv /var/etc/boot/bootlogo.jpg /var/etc/boot/original.jpg
+
+
+echo "successful installed"
+echo "syncing disk"
+sync
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	echo new freespace size $FREE kb
+fi
+exit 0
Index: /ipk/source/bootlogos_ghostrider_0_1/CONTROL/postrm
===================================================================
--- /ipk/source/bootlogos_ghostrider_0_1/CONTROL/postrm	(revision 8576)
+++ /ipk/source/bootlogos_ghostrider_0_1/CONTROL/postrm	(revision 8576)
@@ -0,0 +1,11 @@
+#!/bin/sh
+TMP=/tmp/.bootlogos
+echo "successful removed"
+echo "syncing disk"
+sync
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	echo new freespace size $FREE kb
+fi
+exit 0
Index: /ipk/source/bootlogos_ghostrider_0_1/CONTROL/preinst
===================================================================
--- /ipk/source/bootlogos_ghostrider_0_1/CONTROL/preinst	(revision 8576)
+++ /ipk/source/bootlogos_ghostrider_0_1/CONTROL/preinst	(revision 8576)
@@ -0,0 +1,44 @@
+#!/bin/sh
+#
+TMP=/tmp/.bootlogos
+echo "syncing disk"
+sync
+
+model=`cat /etc/model`
+	echo""
+	echo "Checking your Boxtype...."
+	echo "Some Plugins will not work correctly on your $model!"
+	echo ""
+	if [ "$model" = "" ]; then
+		echo "Sorry! This Plugin is not available for your $model because it will not work correctly!!!"
+		echo "Aborting installation..."
+		exit 1
+	else
+		echo "$model OK"
+	fi
+
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	SIZE=56
+	echo "checking freespace"
+	echo packege size $SIZE kb
+	echo freespace size $FREE kb
+	if  [ "$FREE" -lt "$SIZE" ]; then
+		echo "sorry no freespace left on device"
+		exit 1
+	else
+		echo freespace ok
+	fi
+fi   
+echo "installing bootlogo ..."
+echo "checking OS"
+if  [ `cat /etc/motd | grep AAF | grep M | grep rev | wc -l` -eq 0 ]; then                      
+	echo ---------------------------
+	echo DONT USE this IPK Package!!
+	echo ---
+	echo Only for AAF Image!!
+	echo ---------------------------
+	exit 1
+fi
+exit 0
Index: /ipk/source/bootlogos_ghostrider_0_1/CONTROL/prerm
===================================================================
--- /ipk/source/bootlogos_ghostrider_0_1/CONTROL/prerm	(revision 8576)
+++ /ipk/source/bootlogos_ghostrider_0_1/CONTROL/prerm	(revision 8576)
@@ -0,0 +1,16 @@
+#!/bin/sh
+#
+TMP=/tmp/.bootlogos
+
+echo "rename original.jpg -> bootlogo.jpg"
+mv /var/etc/boot/original.jpg /var/etc/boot/bootlogo.jpg
+
+echo "syncing disk"
+sync
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	echo freespace size $FREE kb
+fi
+echo "remove bootlogo"
+exit 0
Index: /ipk/source/bootlogos_giantgirl_0_1/CONTROL/control
===================================================================
--- /ipk/source/bootlogos_giantgirl_0_1/CONTROL/control	(revision 8576)
+++ /ipk/source/bootlogos_giantgirl_0_1/CONTROL/control	(revision 8576)
@@ -0,0 +1,10 @@
+Package: enigma2-plugin-bootlogos-giantgirl
+Version: 0.1
+Architecture: sh4
+OE: bootlogos
+Section: extra
+Priority: optional
+Maintainer: AAF
+Homepage: http://www.aaf-digital.info
+Source: http://www.aaf-digital.info
+Description: Bootlogo "Giantgirl" for your AAF- Duckbox
Index: /ipk/source/bootlogos_giantgirl_0_1/CONTROL/postinst
===================================================================
--- /ipk/source/bootlogos_giantgirl_0_1/CONTROL/postinst	(revision 8576)
+++ /ipk/source/bootlogos_giantgirl_0_1/CONTROL/postinst	(revision 8576)
@@ -0,0 +1,17 @@
+#!/bin/sh
+TMP=/tmp/.bootlogos
+
+
+echo "rename /var/boot/bootlogo.jpg -> /var/etc/boot/original.jpg"
+mv /var/etc/boot/bootlogo.jpg /var/etc/boot/original.jpg
+
+
+echo "successful installed"
+echo "syncing disk"
+sync
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	echo new freespace size $FREE kb
+fi
+exit 0
Index: /ipk/source/bootlogos_giantgirl_0_1/CONTROL/postrm
===================================================================
--- /ipk/source/bootlogos_giantgirl_0_1/CONTROL/postrm	(revision 8576)
+++ /ipk/source/bootlogos_giantgirl_0_1/CONTROL/postrm	(revision 8576)
@@ -0,0 +1,11 @@
+#!/bin/sh
+TMP=/tmp/.bootlogos
+echo "successful removed"
+echo "syncing disk"
+sync
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	echo new freespace size $FREE kb
+fi
+exit 0
Index: /ipk/source/bootlogos_giantgirl_0_1/CONTROL/preinst
===================================================================
--- /ipk/source/bootlogos_giantgirl_0_1/CONTROL/preinst	(revision 8576)
+++ /ipk/source/bootlogos_giantgirl_0_1/CONTROL/preinst	(revision 8576)
@@ -0,0 +1,44 @@
+#!/bin/sh
+#
+TMP=/tmp/.bootlogos
+echo "syncing disk"
+sync
+
+model=`cat /etc/model`
+	echo""
+	echo "Checking your Boxtype...."
+	echo "Some Plugins will not work correctly on your $model!"
+	echo ""
+	if [ "$model" = "" ]; then
+		echo "Sorry! This Plugin is not available for your $model because it will not work correctly!!!"
+		echo "Aborting installation..."
+		exit 1
+	else
+		echo "$model OK"
+	fi
+
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	SIZE=56
+	echo "checking freespace"
+	echo packege size $SIZE kb
+	echo freespace size $FREE kb
+	if  [ "$FREE" -lt "$SIZE" ]; then
+		echo "sorry no freespace left on device"
+		exit 1
+	else
+		echo freespace ok
+	fi
+fi   
+echo "installing bootlogo ..."
+echo "checking OS"
+if  [ `cat /etc/motd | grep AAF | grep M | grep rev | wc -l` -eq 0 ]; then                      
+	echo ---------------------------
+	echo DONT USE this IPK Package!!
+	echo ---
+	echo Only for AAF Image!!
+	echo ---------------------------
+	exit 1
+fi
+exit 0
Index: /ipk/source/bootlogos_giantgirl_0_1/CONTROL/prerm
===================================================================
--- /ipk/source/bootlogos_giantgirl_0_1/CONTROL/prerm	(revision 8576)
+++ /ipk/source/bootlogos_giantgirl_0_1/CONTROL/prerm	(revision 8576)
@@ -0,0 +1,16 @@
+#!/bin/sh
+#
+TMP=/tmp/.bootlogos
+
+echo "rename original.jpg -> bootlogo.jpg"
+mv /var/etc/boot/original.jpg /var/etc/boot/bootlogo.jpg
+
+echo "syncing disk"
+sync
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	echo freespace size $FREE kb
+fi
+echo "remove bootlogo"
+exit 0
Index: /ipk/source/bootlogos_iceage2scrapufs910_0_1/CONTROL/control
===================================================================
--- /ipk/source/bootlogos_iceage2scrapufs910_0_1/CONTROL/control	(revision 8576)
+++ /ipk/source/bootlogos_iceage2scrapufs910_0_1/CONTROL/control	(revision 8576)
@@ -0,0 +1,10 @@
+Package: enigma2-plugin-bootlogos-iceage2scrapufs910
+Version: 0.1
+Architecture: sh4
+OE: bootlogos
+Section: extra
+Priority: optional
+Maintainer: AAF
+Homepage: http://www.aaf-digital.info
+Source: http://www.aaf-digital.info
+Description: Bootlogo "Ice Age Scrap likes UFS910" for your AAF- Duckbox
Index: /ipk/source/bootlogos_iceage2scrapufs910_0_1/CONTROL/postinst
===================================================================
--- /ipk/source/bootlogos_iceage2scrapufs910_0_1/CONTROL/postinst	(revision 8576)
+++ /ipk/source/bootlogos_iceage2scrapufs910_0_1/CONTROL/postinst	(revision 8576)
@@ -0,0 +1,17 @@
+#!/bin/sh
+TMP=/tmp/.bootlogos
+
+
+echo "rename /var/boot/bootlogo.jpg -> /var/etc/boot/original.jpg"
+mv /var/etc/boot/bootlogo.jpg /var/etc/boot/original.jpg
+
+
+echo "successful installed"
+echo "syncing disk"
+sync
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	echo new freespace size $FREE kb
+fi
+exit 0
Index: /ipk/source/bootlogos_iceage2scrapufs910_0_1/CONTROL/postrm
===================================================================
--- /ipk/source/bootlogos_iceage2scrapufs910_0_1/CONTROL/postrm	(revision 8576)
+++ /ipk/source/bootlogos_iceage2scrapufs910_0_1/CONTROL/postrm	(revision 8576)
@@ -0,0 +1,11 @@
+#!/bin/sh
+TMP=/tmp/.bootlogos
+echo "successful removed"
+echo "syncing disk"
+sync
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	echo new freespace size $FREE kb
+fi
+exit 0
Index: /ipk/source/bootlogos_iceage2scrapufs910_0_1/CONTROL/preinst
===================================================================
--- /ipk/source/bootlogos_iceage2scrapufs910_0_1/CONTROL/preinst	(revision 8576)
+++ /ipk/source/bootlogos_iceage2scrapufs910_0_1/CONTROL/preinst	(revision 8576)
@@ -0,0 +1,44 @@
+#!/bin/sh
+#
+TMP=/tmp/.bootlogos
+echo "syncing disk"
+sync
+
+model=`cat /etc/model`
+	echo""
+	echo "Checking your Boxtype...."
+	echo "Some Plugins will not work correctly on your $model!"
+	echo ""
+	if [ "$model" = "" ]; then
+		echo "Sorry! This Plugin is not available for your $model because it will not work correctly!!!"
+		echo "Aborting installation..."
+		exit 1
+	else
+		echo "$model OK"
+	fi
+
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	SIZE=56
+	echo "checking freespace"
+	echo packege size $SIZE kb
+	echo freespace size $FREE kb
+	if  [ "$FREE" -lt "$SIZE" ]; then
+		echo "sorry no freespace left on device"
+		exit 1
+	else
+		echo freespace ok
+	fi
+fi   
+echo "installing bootlogo ..."
+echo "checking OS"
+if  [ `cat /etc/motd | grep AAF | grep M | grep rev | wc -l` -eq 0 ]; then                      
+	echo ---------------------------
+	echo DONT USE this IPK Package!!
+	echo ---
+	echo Only for AAF Image!!
+	echo ---------------------------
+	exit 1
+fi
+exit 0
Index: /ipk/source/bootlogos_iceage2scrapufs910_0_1/CONTROL/prerm
===================================================================
--- /ipk/source/bootlogos_iceage2scrapufs910_0_1/CONTROL/prerm	(revision 8576)
+++ /ipk/source/bootlogos_iceage2scrapufs910_0_1/CONTROL/prerm	(revision 8576)
@@ -0,0 +1,16 @@
+#!/bin/sh
+#
+TMP=/tmp/.bootlogos
+
+echo "rename original.jpg -> bootlogo.jpg"
+mv /var/etc/boot/original.jpg /var/etc/boot/bootlogo.jpg
+
+echo "syncing disk"
+sync
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	echo freespace size $FREE kb
+fi
+echo "remove bootlogo"
+exit 0
Index: /ipk/source/bootlogos_linuxgirl_0_1/CONTROL/control
===================================================================
--- /ipk/source/bootlogos_linuxgirl_0_1/CONTROL/control	(revision 8576)
+++ /ipk/source/bootlogos_linuxgirl_0_1/CONTROL/control	(revision 8576)
@@ -0,0 +1,10 @@
+Package: enigma2-plugin-bootlogos-linuxgirl
+Version: 0.1
+Architecture: sh4
+OE: bootlogos
+Section: extra
+Priority: optional
+Maintainer: AAF
+Homepage: http://www.aaf-digital.info
+Source: http://www.aaf-digital.info
+Description: Bootlogo "Linuxgirl" for your AAF- Duckbox
Index: /ipk/source/bootlogos_linuxgirl_0_1/CONTROL/postinst
===================================================================
--- /ipk/source/bootlogos_linuxgirl_0_1/CONTROL/postinst	(revision 8576)
+++ /ipk/source/bootlogos_linuxgirl_0_1/CONTROL/postinst	(revision 8576)
@@ -0,0 +1,17 @@
+#!/bin/sh
+TMP=/tmp/.bootlogos
+
+
+echo "rename /var/boot/bootlogo.jpg -> /var/etc/boot/original.jpg"
+mv /var/etc/boot/bootlogo.jpg /var/etc/boot/original.jpg
+
+
+echo "successful installed"
+echo "syncing disk"
+sync
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	echo new freespace size $FREE kb
+fi
+exit 0
Index: /ipk/source/bootlogos_linuxgirl_0_1/CONTROL/postrm
===================================================================
--- /ipk/source/bootlogos_linuxgirl_0_1/CONTROL/postrm	(revision 8576)
+++ /ipk/source/bootlogos_linuxgirl_0_1/CONTROL/postrm	(revision 8576)
@@ -0,0 +1,11 @@
+#!/bin/sh
+TMP=/tmp/.bootlogos
+echo "successful removed"
+echo "syncing disk"
+sync
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	echo new freespace size $FREE kb
+fi
+exit 0
Index: /ipk/source/bootlogos_linuxgirl_0_1/CONTROL/preinst
===================================================================
--- /ipk/source/bootlogos_linuxgirl_0_1/CONTROL/preinst	(revision 8576)
+++ /ipk/source/bootlogos_linuxgirl_0_1/CONTROL/preinst	(revision 8576)
@@ -0,0 +1,44 @@
+#!/bin/sh
+#
+TMP=/tmp/.bootlogos
+echo "syncing disk"
+sync
+
+model=`cat /etc/model`
+	echo""
+	echo "Checking your Boxtype...."
+	echo "Some Plugins will not work correctly on your $model!"
+	echo ""
+	if [ "$model" = "" ]; then
+		echo "Sorry! This Plugin is not available for your $model because it will not work correctly!!!"
+		echo "Aborting installation..."
+		exit 1
+	else
+		echo "$model OK"
+	fi
+
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	SIZE=56
+	echo "checking freespace"
+	echo packege size $SIZE kb
+	echo freespace size $FREE kb
+	if  [ "$FREE" -lt "$SIZE" ]; then
+		echo "sorry no freespace left on device"
+		exit 1
+	else
+		echo freespace ok
+	fi
+fi   
+echo "installing bootlogo ..."
+echo "checking OS"
+if  [ `cat /etc/motd | grep AAF | grep M | grep rev | wc -l` -eq 0 ]; then                      
+	echo ---------------------------
+	echo DONT USE this IPK Package!!
+	echo ---
+	echo Only for AAF Image!!
+	echo ---------------------------
+	exit 1
+fi
+exit 0
Index: /ipk/source/bootlogos_linuxgirl_0_1/CONTROL/prerm
===================================================================
--- /ipk/source/bootlogos_linuxgirl_0_1/CONTROL/prerm	(revision 8576)
+++ /ipk/source/bootlogos_linuxgirl_0_1/CONTROL/prerm	(revision 8576)
@@ -0,0 +1,16 @@
+#!/bin/sh
+#
+TMP=/tmp/.bootlogos
+
+echo "rename original.jpg -> bootlogo.jpg"
+mv /var/etc/boot/original.jpg /var/etc/boot/bootlogo.jpg
+
+echo "syncing disk"
+sync
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	echo freespace size $FREE kb
+fi
+echo "remove bootlogo"
+exit 0
Index: /ipk/source/bootlogos_planets_0_1/CONTROL/control
===================================================================
--- /ipk/source/bootlogos_planets_0_1/CONTROL/control	(revision 8576)
+++ /ipk/source/bootlogos_planets_0_1/CONTROL/control	(revision 8576)
@@ -0,0 +1,10 @@
+Package: enigma2-plugin-bootlogos-planets
+Version: 0.1
+Architecture: sh4
+OE: bootlogos
+Section: extra
+Priority: optional
+Maintainer: AAF
+Homepage: http://www.aaf-digital.info
+Source: http://www.aaf-digital.info
+Description: Bootlogo "Planets" for your AAF- Duckbox
Index: /ipk/source/bootlogos_planets_0_1/CONTROL/postinst
===================================================================
--- /ipk/source/bootlogos_planets_0_1/CONTROL/postinst	(revision 8576)
+++ /ipk/source/bootlogos_planets_0_1/CONTROL/postinst	(revision 8576)
@@ -0,0 +1,17 @@
+#!/bin/sh
+TMP=/tmp/.bootlogos
+
+
+echo "rename /var/boot/bootlogo.jpg -> /var/etc/boot/original.jpg"
+mv /var/etc/boot/bootlogo.jpg /var/etc/boot/original.jpg
+
+
+echo "successful installed"
+echo "syncing disk"
+sync
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	echo new freespace size $FREE kb
+fi
+exit 0
Index: /ipk/source/bootlogos_planets_0_1/CONTROL/postrm
===================================================================
--- /ipk/source/bootlogos_planets_0_1/CONTROL/postrm	(revision 8576)
+++ /ipk/source/bootlogos_planets_0_1/CONTROL/postrm	(revision 8576)
@@ -0,0 +1,11 @@
+#!/bin/sh
+TMP=/tmp/.bootlogos
+echo "successful removed"
+echo "syncing disk"
+sync
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	echo new freespace size $FREE kb
+fi
+exit 0
Index: /ipk/source/bootlogos_planets_0_1/CONTROL/preinst
===================================================================
--- /ipk/source/bootlogos_planets_0_1/CONTROL/preinst	(revision 8576)
+++ /ipk/source/bootlogos_planets_0_1/CONTROL/preinst	(revision 8576)
@@ -0,0 +1,44 @@
+#!/bin/sh
+#
+TMP=/tmp/.bootlogos
+echo "syncing disk"
+sync
+
+model=`cat /etc/model`
+	echo""
+	echo "Checking your Boxtype...."
+	echo "Some Plugins will not work correctly on your $model!"
+	echo ""
+	if [ "$model" = "" ]; then
+		echo "Sorry! This Plugin is not available for your $model because it will not work correctly!!!"
+		echo "Aborting installation..."
+		exit 1
+	else
+		echo "$model OK"
+	fi
+
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	SIZE=56
+	echo "checking freespace"
+	echo packege size $SIZE kb
+	echo freespace size $FREE kb
+	if  [ "$FREE" -lt "$SIZE" ]; then
+		echo "sorry no freespace left on device"
+		exit 1
+	else
+		echo freespace ok
+	fi
+fi   
+echo "installing bootlogo ..."
+echo "checking OS"
+if  [ `cat /etc/motd | grep AAF | grep M | grep rev | wc -l` -eq 0 ]; then                      
+	echo ---------------------------
+	echo DONT USE this IPK Package!!
+	echo ---
+	echo Only for AAF Image!!
+	echo ---------------------------
+	exit 1
+fi
+exit 0
Index: /ipk/source/bootlogos_planets_0_1/CONTROL/prerm
===================================================================
--- /ipk/source/bootlogos_planets_0_1/CONTROL/prerm	(revision 8576)
+++ /ipk/source/bootlogos_planets_0_1/CONTROL/prerm	(revision 8576)
@@ -0,0 +1,16 @@
+#!/bin/sh
+#
+TMP=/tmp/.bootlogos
+
+echo "rename original.jpg -> bootlogo.jpg"
+mv /var/etc/boot/original.jpg /var/etc/boot/bootlogo.jpg
+
+echo "syncing disk"
+sync
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	echo freespace size $FREE kb
+fi
+echo "remove bootlogo"
+exit 0
Index: /ipk/source/bootlogos_thegrimreaper_0_1/CONTROL/control
===================================================================
--- /ipk/source/bootlogos_thegrimreaper_0_1/CONTROL/control	(revision 8576)
+++ /ipk/source/bootlogos_thegrimreaper_0_1/CONTROL/control	(revision 8576)
@@ -0,0 +1,10 @@
+Package: enigma2-plugin-bootlogos-thegrimreaper
+Version: 0.1
+Architecture: sh4
+OE: bootlogos
+Section: extra
+Priority: optional
+Maintainer: AAF
+Homepage: http://www.aaf-digital.info
+Source: http://www.aaf-digital.info
+Description: Bootlogo "The Grim Reaper" for your AAF- Duckbox
Index: /ipk/source/bootlogos_thegrimreaper_0_1/CONTROL/postinst
===================================================================
--- /ipk/source/bootlogos_thegrimreaper_0_1/CONTROL/postinst	(revision 8576)
+++ /ipk/source/bootlogos_thegrimreaper_0_1/CONTROL/postinst	(revision 8576)
@@ -0,0 +1,17 @@
+#!/bin/sh
+TMP=/tmp/.bootlogos
+
+
+echo "rename /var/boot/bootlogo.jpg -> /var/etc/boot/original.jpg"
+mv /var/etc/boot/bootlogo.jpg /var/etc/boot/original.jpg
+
+
+echo "successful installed"
+echo "syncing disk"
+sync
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	echo new freespace size $FREE kb
+fi
+exit 0
Index: /ipk/source/bootlogos_thegrimreaper_0_1/CONTROL/postrm
===================================================================
--- /ipk/source/bootlogos_thegrimreaper_0_1/CONTROL/postrm	(revision 8576)
+++ /ipk/source/bootlogos_thegrimreaper_0_1/CONTROL/postrm	(revision 8576)
@@ -0,0 +1,11 @@
+#!/bin/sh
+TMP=/tmp/.bootlogos
+echo "successful removed"
+echo "syncing disk"
+sync
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	echo new freespace size $FREE kb
+fi
+exit 0
Index: /ipk/source/bootlogos_thegrimreaper_0_1/CONTROL/preinst
===================================================================
--- /ipk/source/bootlogos_thegrimreaper_0_1/CONTROL/preinst	(revision 8576)
+++ /ipk/source/bootlogos_thegrimreaper_0_1/CONTROL/preinst	(revision 8576)
@@ -0,0 +1,44 @@
+#!/bin/sh
+#
+TMP=/tmp/.bootlogos
+echo "syncing disk"
+sync
+
+model=`cat /etc/model`
+	echo""
+	echo "Checking your Boxtype...."
+	echo "Some Plugins will not work correctly on your $model!"
+	echo ""
+	if [ "$model" = "" ]; then
+		echo "Sorry! This Plugin is not available for your $model because it will not work correctly!!!"
+		echo "Aborting installation..."
+		exit 1
+	else
+		echo "$model OK"
+	fi
+
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	SIZE=56
+	echo "checking freespace"
+	echo packege size $SIZE kb
+	echo freespace size $FREE kb
+	if  [ "$FREE" -lt "$SIZE" ]; then
+		echo "sorry no freespace left on device"
+		exit 1
+	else
+		echo freespace ok
+	fi
+fi   
+echo "installing bootlogo ..."
+echo "checking OS"
+if  [ `cat /etc/motd | grep AAF | grep M | grep rev | wc -l` -eq 0 ]; then                      
+	echo ---------------------------
+	echo DONT USE this IPK Package!!
+	echo ---
+	echo Only for AAF Image!!
+	echo ---------------------------
+	exit 1
+fi
+exit 0
Index: /ipk/source/bootlogos_thegrimreaper_0_1/CONTROL/prerm
===================================================================
--- /ipk/source/bootlogos_thegrimreaper_0_1/CONTROL/prerm	(revision 8576)
+++ /ipk/source/bootlogos_thegrimreaper_0_1/CONTROL/prerm	(revision 8576)
@@ -0,0 +1,16 @@
+#!/bin/sh
+#
+TMP=/tmp/.bootlogos
+
+echo "rename original.jpg -> bootlogo.jpg"
+mv /var/etc/boot/original.jpg /var/etc/boot/bootlogo.jpg
+
+echo "syncing disk"
+sync
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	echo freespace size $FREE kb
+fi
+echo "remove bootlogo"
+exit 0
Index: /ipk/source/bootlogos_zombie_0_1/CONTROL/control
===================================================================
--- /ipk/source/bootlogos_zombie_0_1/CONTROL/control	(revision 8576)
+++ /ipk/source/bootlogos_zombie_0_1/CONTROL/control	(revision 8576)
@@ -0,0 +1,10 @@
+Package: enigma2-plugin-bootlogos-zombie
+Version: 0.1
+Architecture: sh4
+OE: bootlogos
+Section: extra
+Priority: optional
+Maintainer: AAF
+Homepage: http://www.aaf-digital.info
+Source: http://www.aaf-digital.info
+Description: Bootlogo "Zombie" for your AAF- Duckbox
Index: /ipk/source/bootlogos_zombie_0_1/CONTROL/postinst
===================================================================
--- /ipk/source/bootlogos_zombie_0_1/CONTROL/postinst	(revision 8576)
+++ /ipk/source/bootlogos_zombie_0_1/CONTROL/postinst	(revision 8576)
@@ -0,0 +1,17 @@
+#!/bin/sh
+TMP=/tmp/.bootlogos
+
+
+echo "rename /var/boot/bootlogo.jpg -> /var/etc/boot/original.jpg"
+mv /var/etc/boot/bootlogo.jpg /var/etc/boot/original.jpg
+
+
+echo "successful installed"
+echo "syncing disk"
+sync
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	echo new freespace size $FREE kb
+fi
+exit 0
Index: /ipk/source/bootlogos_zombie_0_1/CONTROL/postrm
===================================================================
--- /ipk/source/bootlogos_zombie_0_1/CONTROL/postrm	(revision 8576)
+++ /ipk/source/bootlogos_zombie_0_1/CONTROL/postrm	(revision 8576)
@@ -0,0 +1,11 @@
+#!/bin/sh
+TMP=/tmp/.bootlogos
+echo "successful removed"
+echo "syncing disk"
+sync
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	echo new freespace size $FREE kb
+fi
+exit 0
Index: /ipk/source/bootlogos_zombie_0_1/CONTROL/preinst
===================================================================
--- /ipk/source/bootlogos_zombie_0_1/CONTROL/preinst	(revision 8576)
+++ /ipk/source/bootlogos_zombie_0_1/CONTROL/preinst	(revision 8576)
@@ -0,0 +1,44 @@
+#!/bin/sh
+#
+TMP=/tmp/.bootlogos
+echo "syncing disk"
+sync
+
+model=`cat /etc/model`
+	echo""
+	echo "Checking your Boxtype...."
+	echo "Some Plugins will not work correctly on your $model!"
+	echo ""
+	if [ "$model" = "" ]; then
+		echo "Sorry! This Plugin is not available for your $model because it will not work correctly!!!"
+		echo "Aborting installation..."
+		exit 1
+	else
+		echo "$model OK"
+	fi
+
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	SIZE=56
+	echo "checking freespace"
+	echo packege size $SIZE kb
+	echo freespace size $FREE kb
+	if  [ "$FREE" -lt "$SIZE" ]; then
+		echo "sorry no freespace left on device"
+		exit 1
+	else
+		echo freespace ok
+	fi
+fi   
+echo "installing bootlogo ..."
+echo "checking OS"
+if  [ `cat /etc/motd | grep AAF | grep M | grep rev | wc -l` -eq 0 ]; then                      
+	echo ---------------------------
+	echo DONT USE this IPK Package!!
+	echo ---
+	echo Only for AAF Image!!
+	echo ---------------------------
+	exit 1
+fi
+exit 0
Index: /ipk/source/bootlogos_zombie_0_1/CONTROL/prerm
===================================================================
--- /ipk/source/bootlogos_zombie_0_1/CONTROL/prerm	(revision 8576)
+++ /ipk/source/bootlogos_zombie_0_1/CONTROL/prerm	(revision 8576)
@@ -0,0 +1,16 @@
+#!/bin/sh
+#
+TMP=/tmp/.bootlogos
+
+echo "rename original.jpg -> bootlogo.jpg"
+mv /var/etc/boot/original.jpg /var/etc/boot/bootlogo.jpg
+
+echo "syncing disk"
+sync
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	echo freespace size $FREE kb
+fi
+echo "remove bootlogo"
+exit 0
Index: /ipk/source/picons_HD_hotbird_13.0/CONTROL/control
===================================================================
--- /ipk/source/picons_HD_hotbird_13.0/CONTROL/control	(revision 8576)
+++ /ipk/source/picons_HD_hotbird_13.0/CONTROL/control	(revision 8576)
@@ -0,0 +1,10 @@
+Package: enigma2-plugin-picons-piconshd.hotbird13.0
+Version: 1.0
+Architecture: sh4
+OE: 3d HD Picons for Hotbird 13.0 from 06.08.2010
+Section: extra
+Priority: optional
+Maintainer: AAF
+Homepage: http://www.aaf-digital.info
+Source: http://www.aaf-digital.info
+Description: 3d HD Picons for hotbird 13.0 from 06.08.2010 ! HD size for HD and Kingsize Skins!
Index: /ipk/source/picons_HD_hotbird_13.0/CONTROL/postinst
===================================================================
--- /ipk/source/picons_HD_hotbird_13.0/CONTROL/postinst	(revision 8576)
+++ /ipk/source/picons_HD_hotbird_13.0/CONTROL/postinst	(revision 8576)
@@ -0,0 +1,6 @@
+#!/bin/sh
+TMP=/tmp/.picon
+echo "successfully installed"
+echo "syncing disk"
+sync
+exit 0
Index: /ipk/source/picons_HD_hotbird_13.0/CONTROL/postrm
===================================================================
--- /ipk/source/picons_HD_hotbird_13.0/CONTROL/postrm	(revision 8576)
+++ /ipk/source/picons_HD_hotbird_13.0/CONTROL/postrm	(revision 8576)
@@ -0,0 +1,7 @@
+#!/bin/sh
+TMP=/tmp/.picon
+
+echo "successfully removed"
+echo "syncing disk"
+sync
+exit 0
Index: /ipk/source/picons_HD_hotbird_13.0/CONTROL/preinst
===================================================================
--- /ipk/source/picons_HD_hotbird_13.0/CONTROL/preinst	(revision 8576)
+++ /ipk/source/picons_HD_hotbird_13.0/CONTROL/preinst	(revision 8576)
@@ -0,0 +1,68 @@
+#!/bin/sh
+#
+TMP=/tmp/.picon
+echo "syncing disk"
+sync
+
+model=`cat /etc/model`
+echo""
+echo "Checking your Boxtype...."
+echo "Some Plugins will not work correctly on your $model!"
+echo ""
+if [ "$model" = "" ]; then
+	echo "Sorry! This Plugin is not available for your $model because it will not work correctly!!!"
+	echo "Aborting installation..."
+	exit 1
+else
+	echo "Boxtype: $model OK"
+fi
+
+if [ -e /etc/.fullusb ] || [ -e /etc/.usbimage ]; then
+	echo "detected USB Image...."
+	echo "ok..."
+elif [ "$model" = "ufs912" ] || [ "$model" = "at7000" ] || [ "$model" = "at700" ]; then
+	echo "detected Boxtype : $model...."
+	echo "ok..."
+	if [ `ls -la /var/usr/local/share/enigma2 | grep "/var/swap/picon" | wc -l` -ge 1 ]; then
+		echo "check ok...installing to swap...."
+	else
+		if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+			SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+			FREE=`expr $SPACE - 100`
+			SIZE=4150
+			echo "checking freespace in flash"
+			echo packege size $SIZE kb
+			echo freespace size $FREE kb
+			if  [ "$FREE" -lt "$SIZE" ]; then
+				echo "sorry no freespace left on device"
+				echo "ERROR: this package will not fit in your flash..."
+				echo "...you need a swapstick to install the package on your $model...!"
+				echo "aborting installation..."
+				exit 1
+			else
+				echo freespace ok
+			fi
+		fi
+	fi
+else
+	if [ `ls -la /var/usr/local/share/enigma2 | grep "/var/swap/picon" | wc -l` -ge 1 ]; then
+		echo "check ok...installing to swapstick...."
+	else
+		echo "ERROR: this package will not fit in your flash..."
+		echo "...you need a swapstick to install the package on your $model...!"
+		echo "aborting installation..."
+		exit 1
+	fi
+fi
+
+echo "installing hd picons for Hotbird 13°"
+echo "checking OS"
+if [ `cat /etc/motd | grep AAF | grep M | grep rev | wc -l` -eq 0 ]; then
+	echo ---------------------------
+	echo DONT USE this IPK Package!!
+	echo ---
+	echo Only for AAF Image!!
+	echo ---------------------------
+	exit 1
+fi
+exit 0
Index: /ipk/source/picons_HD_hotbird_13.0/CONTROL/prerm
===================================================================
--- /ipk/source/picons_HD_hotbird_13.0/CONTROL/prerm	(revision 8576)
+++ /ipk/source/picons_HD_hotbird_13.0/CONTROL/prerm	(revision 8576)
@@ -0,0 +1,7 @@
+#!/bin/sh
+TMP=/tmp/.picon
+echo "syncing disk"
+sync
+
+echo "removing hd picons for Hotbird 13° ..."
+exit 0
Index: /ipk/source/picons_neutrino/CONTROL/control
===================================================================
--- /ipk/source/picons_neutrino/CONTROL/control	(revision 8576)
+++ /ipk/source/picons_neutrino/CONTROL/control	(revision 8576)
@@ -0,0 +1,10 @@
+Package: enigma2-plugin-picons-picons.neutrino
+Version: 1.0
+Architecture: sh4
+OE: Picons for Neutrino
+Section: extra
+Priority: optional
+Maintainer: AAF
+Homepage: http://www.aaf-digital.info
+Source: http://www.aaf-digital.info
+Description: Picons for Neutrino
Index: /ipk/source/picons_neutrino/CONTROL/postinst
===================================================================
--- /ipk/source/picons_neutrino/CONTROL/postinst	(revision 8576)
+++ /ipk/source/picons_neutrino/CONTROL/postinst	(revision 8576)
@@ -0,0 +1,6 @@
+#!/bin/sh
+TMP=/tmp/.picon
+echo "successfully installed"
+echo "syncing disk"
+sync
+exit 0
Index: /ipk/source/picons_neutrino/CONTROL/postrm
===================================================================
--- /ipk/source/picons_neutrino/CONTROL/postrm	(revision 8576)
+++ /ipk/source/picons_neutrino/CONTROL/postrm	(revision 8576)
@@ -0,0 +1,7 @@
+#!/bin/sh
+TMP=/tmp/.picon
+
+echo "successfully removed"
+echo "syncing disk"
+sync
+exit 0
Index: /ipk/source/picons_neutrino/CONTROL/preinst
===================================================================
--- /ipk/source/picons_neutrino/CONTROL/preinst	(revision 8576)
+++ /ipk/source/picons_neutrino/CONTROL/preinst	(revision 8576)
@@ -0,0 +1,63 @@
+#!/bin/sh
+#
+TMP=/tmp/.picon
+echo "syncing disk"
+sync
+
+model=`cat /etc/model`
+echo ""
+echo "Checking your Boxtype...."
+echo "Some Plugins will not work correctly on your $model!"
+echo ""
+if [ "$model" = "" ]; then
+	echo "Sorry! This Plugin is not available for your $model because it will not work correctly!!!"
+	echo "Aborting installation..."
+	exit 1
+else
+	echo "Boxtype: $model OK"
+fi
+
+if [ -e /etc/.usbimage ]; then
+	echo "detected USB Image...."
+	echo "ok..."
+elif [ "$model" = "ufs912" ] || [ "$model" = "at7500" ] || [ "$model" = "at7000" ] || [ "$model" = "at700" ]; then
+	echo "detected Boxtype : $model...."
+	echo "ok..."
+	if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+		SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+		FREE=`expr $SPACE - 100`
+		SIZE=4272
+		echo "checking freespace in flash"
+		echo packege size $SIZE kb
+		echo freespace size $FREE kb
+		if  [ "$FREE" -lt "$SIZE" ]; then
+			echo "sorry no freespace left on device"
+			echo "ERROR: this package will not fit in your flash..."
+			echo "...you need a swapstick to install the package on your $model...!"
+			echo "aborting installation..."
+			exit 1
+			else
+			echo freespace ok
+		fi
+	fi
+else
+	echo "ERROR: this package will not fit in your flash..."
+	echo "...you need a swapstick to install the package on your $model...!"
+	echo "aborting installation..."
+	exit 1
+fi
+
+echo "installing Picons for Neutrino..."
+echo "checking OS"
+if [ `cat /etc/motd | grep AAF | grep M | grep rev | wc -l` -eq 0 ]; then
+	echo ---------------------------
+	echo DONT USE this IPK Package!!
+	echo ---
+	echo Only for AAF Image!!
+	echo ---------------------------
+	exit 1
+fi
+
+rm -rf /var/usr/local/share/neutrino/icons/logo
+				
+exit 0
Index: /ipk/source/picons_neutrino/CONTROL/prerm
===================================================================
--- /ipk/source/picons_neutrino/CONTROL/prerm	(revision 8576)
+++ /ipk/source/picons_neutrino/CONTROL/prerm	(revision 8576)
@@ -0,0 +1,7 @@
+#!/bin/sh
+TMP=/tmp/.picon
+echo "syncing disk"
+sync
+
+echo "removing hd picons for Astra 23.5 ..."
+exit 0
Index: /ipk/source/radiologos_aafmode_0_1/CONTROL/control
===================================================================
--- /ipk/source/radiologos_aafmode_0_1/CONTROL/control	(revision 8576)
+++ /ipk/source/radiologos_aafmode_0_1/CONTROL/control	(revision 8576)
@@ -0,0 +1,10 @@
+Package: enigma2-plugin-radiologos-aafmode
+Version: 0.1
+Architecture: sh4
+OE: bootlogos
+Section: extra
+Priority: optional
+Maintainer: AAF
+Homepage: http://www.aaf-digital.info
+Source: http://www.aaf-digital.info
+Description: Radiologo "AAF Mode" for enigma2 Radiomode
Index: /ipk/source/radiologos_aafmode_0_1/CONTROL/postinst
===================================================================
--- /ipk/source/radiologos_aafmode_0_1/CONTROL/postinst	(revision 8576)
+++ /ipk/source/radiologos_aafmode_0_1/CONTROL/postinst	(revision 8576)
@@ -0,0 +1,11 @@
+#!/bin/sh
+TMP=/tmp/.radiologos
+echo "successfully installed"
+echo "syncing disk"
+sync
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	echo new freespace size $FREE kb
+fi
+exit 0
Index: /ipk/source/radiologos_aafmode_0_1/CONTROL/postrm
===================================================================
--- /ipk/source/radiologos_aafmode_0_1/CONTROL/postrm	(revision 8576)
+++ /ipk/source/radiologos_aafmode_0_1/CONTROL/postrm	(revision 8576)
@@ -0,0 +1,11 @@
+#!/bin/sh
+TMP=/tmp/.radiologos
+echo "successfully removed"
+echo "syncing disk"
+sync
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	echo new freespace size $FREE kb
+fi
+exit 0
Index: /ipk/source/radiologos_aafmode_0_1/CONTROL/preinst
===================================================================
--- /ipk/source/radiologos_aafmode_0_1/CONTROL/preinst	(revision 8576)
+++ /ipk/source/radiologos_aafmode_0_1/CONTROL/preinst	(revision 8576)
@@ -0,0 +1,45 @@
+#!/bin/sh
+#
+TMP=/tmp/.radiologos
+echo "syncing disk"
+sync
+
+model=`cat /etc/model`
+echo""
+echo "Checking your Boxtype...."
+echo "Some Plugins will not work correctly on your $model!"
+echo ""
+if [ "$model" = "" ]; then
+	echo "Sorry! This Plugin is not available for your $model because it will not work correctly!!!"
+	echo "Aborting installation..."
+	exit 1
+else
+	echo "Boxtype: $model OK"
+fi
+
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	SIZE=60
+	echo "checking freespace"
+	echo packege size $SIZE kb
+	echo freespace size $FREE kb
+	if  [ "$FREE" -lt "$SIZE" ]; then
+		echo "sorry no freespace left on device"
+		exit 1
+	else
+		echo ok
+	fi
+fi
+echo "installing radiologo ..."
+echo "checking OS"
+if  [ `cat /etc/motd | grep AAF | grep M | grep rev | wc -l` -eq 0 ]; then                      
+	echo ---------------------------
+	echo DONT USE this IPK Package!!
+	echo ---
+	echo Only for AAF Image!!
+	echo ---------------------------
+	exit 1
+fi
+rm -rf /var/usr/local/share/enigma2/radio.mvi
+exit 0
Index: /ipk/source/radiologos_aafmode_0_1/CONTROL/prerm
===================================================================
--- /ipk/source/radiologos_aafmode_0_1/CONTROL/prerm	(revision 8576)
+++ /ipk/source/radiologos_aafmode_0_1/CONTROL/prerm	(revision 8576)
@@ -0,0 +1,12 @@
+#!/bin/sh
+#
+TMP=/tmp/.radiologos
+echo "syncing disk"
+sync
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	echo freespace size $FREE kb
+fi
+echo "removing radiologo"
+exit 0
Index: /ipk/source/radiologos_christmasgirl_0_1/CONTROL/control
===================================================================
--- /ipk/source/radiologos_christmasgirl_0_1/CONTROL/control	(revision 8576)
+++ /ipk/source/radiologos_christmasgirl_0_1/CONTROL/control	(revision 8576)
@@ -0,0 +1,10 @@
+Package: enigma2-plugin-radiologos-christmasgirl
+Version: 0.1
+Architecture: sh4
+OE: bootlogos
+Section: extra
+Priority: optional
+Maintainer: AAF
+Homepage: http://www.aaf-digital.info
+Source: http://www.aaf-digital.info
+Description: Radiologo "Christmangirl" for enigma2 Radiomode
Index: /ipk/source/radiologos_christmasgirl_0_1/CONTROL/postinst
===================================================================
--- /ipk/source/radiologos_christmasgirl_0_1/CONTROL/postinst	(revision 8576)
+++ /ipk/source/radiologos_christmasgirl_0_1/CONTROL/postinst	(revision 8576)
@@ -0,0 +1,11 @@
+#!/bin/sh
+TMP=/tmp/.radiologos
+echo "successfully installed"
+echo "syncing disk"
+sync
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	echo new freespace size $FREE kb
+fi
+exit 0
Index: /ipk/source/radiologos_christmasgirl_0_1/CONTROL/postrm
===================================================================
--- /ipk/source/radiologos_christmasgirl_0_1/CONTROL/postrm	(revision 8576)
+++ /ipk/source/radiologos_christmasgirl_0_1/CONTROL/postrm	(revision 8576)
@@ -0,0 +1,11 @@
+#!/bin/sh
+TMP=/tmp/.radiologos
+echo "successfully removed"
+echo "syncing disk"
+sync
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	echo new freespace size $FREE kb
+fi
+exit 0
Index: /ipk/source/radiologos_christmasgirl_0_1/CONTROL/preinst
===================================================================
--- /ipk/source/radiologos_christmasgirl_0_1/CONTROL/preinst	(revision 8576)
+++ /ipk/source/radiologos_christmasgirl_0_1/CONTROL/preinst	(revision 8576)
@@ -0,0 +1,45 @@
+#!/bin/sh
+#
+TMP=/tmp/.radiologos
+echo "syncing disk"
+sync
+
+model=`cat /etc/model`
+echo""
+echo "Checking your Boxtype...."
+echo "Some Plugins will not work correctly on your $model!"
+echo ""
+if [ "$model" = "" ]; then
+	echo "Sorry! This Plugin is not available for your $model because it will not work correctly!!!"
+	echo "Aborting installation..."
+	exit 1
+else
+	echo "Boxtype: $model OK"
+fi
+
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	SIZE=60
+	echo "checking freespace"
+	echo packege size $SIZE kb
+	echo freespace size $FREE kb
+	if  [ "$FREE" -lt "$SIZE" ]; then
+		echo "sorry no freespace left on device"
+		exit 1
+	else
+		echo ok
+	fi
+fi
+echo "installing radiologo ..."
+echo "checking OS"
+if  [ `cat /etc/motd | grep AAF | grep M | grep rev | wc -l` -eq 0 ]; then                      
+	echo ---------------------------
+	echo DONT USE this IPK Package!!
+	echo ---
+	echo Only for AAF Image!!
+	echo ---------------------------
+	exit 1
+fi
+rm -rf /var/usr/local/share/enigma2/radio.mvi
+exit 0
Index: /ipk/source/radiologos_christmasgirl_0_1/CONTROL/prerm
===================================================================
--- /ipk/source/radiologos_christmasgirl_0_1/CONTROL/prerm	(revision 8576)
+++ /ipk/source/radiologos_christmasgirl_0_1/CONTROL/prerm	(revision 8576)
@@ -0,0 +1,12 @@
+#!/bin/sh
+#
+TMP=/tmp/.radiologos
+echo "syncing disk"
+sync
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	echo freespace size $FREE kb
+fi
+echo "removing radiologo"
+exit 0
Index: /ipk/source/radiologos_dragon_0_1/CONTROL/control
===================================================================
--- /ipk/source/radiologos_dragon_0_1/CONTROL/control	(revision 8576)
+++ /ipk/source/radiologos_dragon_0_1/CONTROL/control	(revision 8576)
@@ -0,0 +1,10 @@
+Package: enigma2-plugin-radiologos-dragon
+Version: 0.1
+Architecture: sh4
+OE: bootlogos
+Section: extra
+Priority: optional
+Maintainer: AAF
+Homepage: http://www.aaf-digital.info
+Source: http://www.aaf-digital.info
+Description: Radiologo "Dragon" for enigma2 Radiomode
Index: /ipk/source/radiologos_dragon_0_1/CONTROL/postinst
===================================================================
--- /ipk/source/radiologos_dragon_0_1/CONTROL/postinst	(revision 8576)
+++ /ipk/source/radiologos_dragon_0_1/CONTROL/postinst	(revision 8576)
@@ -0,0 +1,11 @@
+#!/bin/sh
+TMP=/tmp/.radiologos
+echo "successfully installed"
+echo "syncing disk"
+sync
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	echo new freespace size $FREE kb
+fi
+exit 0
Index: /ipk/source/radiologos_dragon_0_1/CONTROL/postrm
===================================================================
--- /ipk/source/radiologos_dragon_0_1/CONTROL/postrm	(revision 8576)
+++ /ipk/source/radiologos_dragon_0_1/CONTROL/postrm	(revision 8576)
@@ -0,0 +1,11 @@
+#!/bin/sh
+TMP=/tmp/.radiologos
+echo "successfully removed"
+echo "syncing disk"
+sync
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	echo new freespace size $FREE kb
+fi
+exit 0
Index: /ipk/source/radiologos_dragon_0_1/CONTROL/preinst
===================================================================
--- /ipk/source/radiologos_dragon_0_1/CONTROL/preinst	(revision 8576)
+++ /ipk/source/radiologos_dragon_0_1/CONTROL/preinst	(revision 8576)
@@ -0,0 +1,45 @@
+#!/bin/sh
+#
+TMP=/tmp/.radiologos
+echo "syncing disk"
+sync
+
+model=`cat /etc/model`
+echo""
+echo "Checking your Boxtype...."
+echo "Some Plugins will not work correctly on your $model!"
+echo ""
+if [ "$model" = "" ]; then
+	echo "Sorry! This Plugin is not available for your $model because it will not work correctly!!!"
+	echo "Aborting installation..."
+	exit 1
+else
+	echo "Boxtype: $model OK"
+fi
+
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	SIZE=60
+	echo "checking freespace"
+	echo packege size $SIZE kb
+	echo freespace size $FREE kb
+	if  [ "$FREE" -lt "$SIZE" ]; then
+		echo "sorry no freespace left on device"
+		exit 1
+	else
+		echo ok
+	fi
+fi
+echo "installing radiologo ..."
+echo "checking OS"
+if  [ `cat /etc/motd | grep AAF | grep M | grep rev | wc -l` -eq 0 ]; then                      
+	echo ---------------------------
+	echo DONT USE this IPK Package!!
+	echo ---
+	echo Only for AAF Image!!
+	echo ---------------------------
+	exit 1
+fi
+rm -rf /var/usr/local/share/enigma2/radio.mvi
+exit 0
Index: /ipk/source/radiologos_dragon_0_1/CONTROL/prerm
===================================================================
--- /ipk/source/radiologos_dragon_0_1/CONTROL/prerm	(revision 8576)
+++ /ipk/source/radiologos_dragon_0_1/CONTROL/prerm	(revision 8576)
@@ -0,0 +1,12 @@
+#!/bin/sh
+#
+TMP=/tmp/.radiologos
+echo "syncing disk"
+sync
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	echo freespace size $FREE kb
+fi
+echo "removing radiologo"
+exit 0
Index: /ipk/source/radiologos_e2radiomode_0_1/CONTROL/control
===================================================================
--- /ipk/source/radiologos_e2radiomode_0_1/CONTROL/control	(revision 8576)
+++ /ipk/source/radiologos_e2radiomode_0_1/CONTROL/control	(revision 8576)
@@ -0,0 +1,10 @@
+Package: enigma2-plugin-radiologos-e2radiomode
+Version: 0.1
+Architecture: sh4
+OE: bootlogos
+Section: extra
+Priority: optional
+Maintainer: AAF
+Homepage: http://www.aaf-digital.info
+Source: http://www.aaf-digital.info
+Description: Radiologo "E2 Radiomode" for enigma2 Radiomode
Index: /ipk/source/radiologos_e2radiomode_0_1/CONTROL/postinst
===================================================================
--- /ipk/source/radiologos_e2radiomode_0_1/CONTROL/postinst	(revision 8576)
+++ /ipk/source/radiologos_e2radiomode_0_1/CONTROL/postinst	(revision 8576)
@@ -0,0 +1,11 @@
+#!/bin/sh
+TMP=/tmp/.radiologos
+echo "successfully installed"
+echo "syncing disk"
+sync
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	echo new freespace size $FREE kb
+fi
+exit 0
Index: /ipk/source/radiologos_e2radiomode_0_1/CONTROL/postrm
===================================================================
--- /ipk/source/radiologos_e2radiomode_0_1/CONTROL/postrm	(revision 8576)
+++ /ipk/source/radiologos_e2radiomode_0_1/CONTROL/postrm	(revision 8576)
@@ -0,0 +1,11 @@
+#!/bin/sh
+TMP=/tmp/.radiologos
+echo "successfully removed"
+echo "syncing disk"
+sync
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	echo new freespace size $FREE kb
+fi
+exit 0
Index: /ipk/source/radiologos_e2radiomode_0_1/CONTROL/preinst
===================================================================
--- /ipk/source/radiologos_e2radiomode_0_1/CONTROL/preinst	(revision 8576)
+++ /ipk/source/radiologos_e2radiomode_0_1/CONTROL/preinst	(revision 8576)
@@ -0,0 +1,45 @@
+#!/bin/sh
+#
+TMP=/tmp/.radiologos
+echo "syncing disk"
+sync
+
+model=`cat /etc/model`
+echo""
+echo "Checking your Boxtype...."
+echo "Some Plugins will not work correctly on your $model!"
+echo ""
+if [ "$model" = "" ]; then
+	echo "Sorry! This Plugin is not available for your $model because it will not work correctly!!!"
+	echo "Aborting installation..."
+	exit 1
+else
+	echo "Boxtype: $model OK"
+fi
+
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	SIZE=60
+	echo "checking freespace"
+	echo packege size $SIZE kb
+	echo freespace size $FREE kb
+	if  [ "$FREE" -lt "$SIZE" ]; then
+		echo "sorry no freespace left on device"
+		exit 1
+	else
+		echo ok
+	fi
+fi
+echo "installing radiologo ..."
+echo "checking OS"
+if  [ `cat /etc/motd | grep AAF | grep M | grep rev | wc -l` -eq 0 ]; then                      
+	echo ---------------------------
+	echo DONT USE this IPK Package!!
+	echo ---
+	echo Only for AAF Image!!
+	echo ---------------------------
+	exit 1
+fi
+rm -rf /var/usr/local/share/enigma2/radio.mvi
+exit 0
Index: /ipk/source/radiologos_e2radiomode_0_1/CONTROL/prerm
===================================================================
--- /ipk/source/radiologos_e2radiomode_0_1/CONTROL/prerm	(revision 8576)
+++ /ipk/source/radiologos_e2radiomode_0_1/CONTROL/prerm	(revision 8576)
@@ -0,0 +1,12 @@
+#!/bin/sh
+#
+TMP=/tmp/.radiologos
+echo "syncing disk"
+sync
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	echo freespace size $FREE kb
+fi
+echo "removing radiologo"
+exit 0
Index: /ipk/source/radiologos_kopfhoerer_0_1/CONTROL/control
===================================================================
--- /ipk/source/radiologos_kopfhoerer_0_1/CONTROL/control	(revision 8576)
+++ /ipk/source/radiologos_kopfhoerer_0_1/CONTROL/control	(revision 8576)
@@ -0,0 +1,10 @@
+Package: enigma2-plugin-radiologos-kopfhoerer
+Version: 0.1
+Architecture: sh4
+OE: bootlogos
+Section: extra
+Priority: optional
+Maintainer: AAF
+Homepage: http://www.aaf-digital.info
+Source: http://www.aaf-digital.info
+Description: Radiologo "Kopfhoerer" for enigma2 Radiomode
Index: /ipk/source/radiologos_kopfhoerer_0_1/CONTROL/postinst
===================================================================
--- /ipk/source/radiologos_kopfhoerer_0_1/CONTROL/postinst	(revision 8576)
+++ /ipk/source/radiologos_kopfhoerer_0_1/CONTROL/postinst	(revision 8576)
@@ -0,0 +1,11 @@
+#!/bin/sh
+TMP=/tmp/.radiologos
+echo "successfully installed"
+echo "syncing disk"
+sync
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	echo new freespace size $FREE kb
+fi
+exit 0
Index: /ipk/source/radiologos_kopfhoerer_0_1/CONTROL/postrm
===================================================================
--- /ipk/source/radiologos_kopfhoerer_0_1/CONTROL/postrm	(revision 8576)
+++ /ipk/source/radiologos_kopfhoerer_0_1/CONTROL/postrm	(revision 8576)
@@ -0,0 +1,11 @@
+#!/bin/sh
+TMP=/tmp/.radiologos
+echo "successfully removed"
+echo "syncing disk"
+sync
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	echo new freespace size $FREE kb
+fi
+exit 0
Index: /ipk/source/radiologos_kopfhoerer_0_1/CONTROL/preinst
===================================================================
--- /ipk/source/radiologos_kopfhoerer_0_1/CONTROL/preinst	(revision 8576)
+++ /ipk/source/radiologos_kopfhoerer_0_1/CONTROL/preinst	(revision 8576)
@@ -0,0 +1,45 @@
+#!/bin/sh
+#
+TMP=/tmp/.radiologos
+echo "syncing disk"
+sync
+
+model=`cat /etc/model`
+echo""
+echo "Checking your Boxtype...."
+echo "Some Plugins will not work correctly on your $model!"
+echo ""
+if [ "$model" = "" ]; then
+	echo "Sorry! This Plugin is not available for your $model because it will not work correctly!!!"
+	echo "Aborting installation..."
+	exit 1
+else
+	echo "Boxtype: $model OK"
+fi
+
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	SIZE=60
+	echo "checking freespace"
+	echo packege size $SIZE kb
+	echo freespace size $FREE kb
+	if  [ "$FREE" -lt "$SIZE" ]; then
+		echo "sorry no freespace left on device"
+		exit 1
+	else
+		echo ok
+	fi
+fi
+echo "installing radiologo ..."
+echo "checking OS"
+if  [ `cat /etc/motd | grep AAF | grep M | grep rev | wc -l` -eq 0 ]; then                      
+	echo ---------------------------
+	echo DONT USE this IPK Package!!
+	echo ---
+	echo Only for AAF Image!!
+	echo ---------------------------
+	exit 1
+fi
+rm -rf /var/usr/local/share/enigma2/radio.mvi
+exit 0
Index: /ipk/source/radiologos_kopfhoerer_0_1/CONTROL/prerm
===================================================================
--- /ipk/source/radiologos_kopfhoerer_0_1/CONTROL/prerm	(revision 8576)
+++ /ipk/source/radiologos_kopfhoerer_0_1/CONTROL/prerm	(revision 8576)
@@ -0,0 +1,12 @@
+#!/bin/sh
+#
+TMP=/tmp/.radiologos
+echo "syncing disk"
+sync
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	echo freespace size $FREE kb
+fi
+echo "removing radiologo"
+exit 0
Index: /ipk/source/radiologos_kopfhoererbh_0_1/CONTROL/control
===================================================================
--- /ipk/source/radiologos_kopfhoererbh_0_1/CONTROL/control	(revision 8576)
+++ /ipk/source/radiologos_kopfhoererbh_0_1/CONTROL/control	(revision 8576)
@@ -0,0 +1,10 @@
+Package: enigma2-plugin-radiologos-kopfhoererbh
+Version: 0.1
+Architecture: sh4
+OE: bootlogos
+Section: extra
+Priority: optional
+Maintainer: AAF
+Homepage: http://www.aaf-digital.info
+Source: http://www.aaf-digital.info
+Description: Radiologo "Kopfhoerer BH" for enigma2 Radiomode
Index: /ipk/source/radiologos_kopfhoererbh_0_1/CONTROL/postinst
===================================================================
--- /ipk/source/radiologos_kopfhoererbh_0_1/CONTROL/postinst	(revision 8576)
+++ /ipk/source/radiologos_kopfhoererbh_0_1/CONTROL/postinst	(revision 8576)
@@ -0,0 +1,11 @@
+#!/bin/sh
+TMP=/tmp/.radiologos
+echo "successfully installed"
+echo "syncing disk"
+sync
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	echo new freespace size $FREE kb
+fi
+exit 0
Index: /ipk/source/radiologos_kopfhoererbh_0_1/CONTROL/postrm
===================================================================
--- /ipk/source/radiologos_kopfhoererbh_0_1/CONTROL/postrm	(revision 8576)
+++ /ipk/source/radiologos_kopfhoererbh_0_1/CONTROL/postrm	(revision 8576)
@@ -0,0 +1,11 @@
+#!/bin/sh
+TMP=/tmp/.radiologos
+echo "successfully removed"
+echo "syncing disk"
+sync
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	echo new freespace size $FREE kb
+fi
+exit 0
Index: /ipk/source/radiologos_kopfhoererbh_0_1/CONTROL/preinst
===================================================================
--- /ipk/source/radiologos_kopfhoererbh_0_1/CONTROL/preinst	(revision 8576)
+++ /ipk/source/radiologos_kopfhoererbh_0_1/CONTROL/preinst	(revision 8576)
@@ -0,0 +1,45 @@
+#!/bin/sh
+#
+TMP=/tmp/.radiologos
+echo "syncing disk"
+sync
+
+model=`cat /etc/model`
+echo""
+echo "Checking your Boxtype...."
+echo "Some Plugins will not work correctly on your $model!"
+echo ""
+if [ "$model" = "" ]; then
+	echo "Sorry! This Plugin is not available for your $model because it will not work correctly!!!"
+	echo "Aborting installation..."
+	exit 1
+else
+	echo "Boxtype: $model OK"
+fi
+
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	SIZE=60
+	echo "checking freespace"
+	echo packege size $SIZE kb
+	echo freespace size $FREE kb
+	if  [ "$FREE" -lt "$SIZE" ]; then
+		echo "sorry no freespace left on device"
+		exit 1
+	else
+		echo ok
+	fi
+fi
+echo "installing radiologo ..."
+echo "checking OS"
+if  [ `cat /etc/motd | grep AAF | grep M | grep rev | wc -l` -eq 0 ]; then                      
+	echo ---------------------------
+	echo DONT USE this IPK Package!!
+	echo ---
+	echo Only for AAF Image!!
+	echo ---------------------------
+	exit 1
+fi
+rm -rf /var/usr/local/share/enigma2/radio.mvi
+exit 0
Index: /ipk/source/radiologos_kopfhoererbh_0_1/CONTROL/prerm
===================================================================
--- /ipk/source/radiologos_kopfhoererbh_0_1/CONTROL/prerm	(revision 8576)
+++ /ipk/source/radiologos_kopfhoererbh_0_1/CONTROL/prerm	(revision 8576)
@@ -0,0 +1,12 @@
+#!/bin/sh
+#
+TMP=/tmp/.radiologos
+echo "syncing disk"
+sync
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	echo freespace size $FREE kb
+fi
+echo "removing radiologo"
+exit 0
Index: /ipk/source/radiologos_noise_0_1/CONTROL/control
===================================================================
--- /ipk/source/radiologos_noise_0_1/CONTROL/control	(revision 8576)
+++ /ipk/source/radiologos_noise_0_1/CONTROL/control	(revision 8576)
@@ -0,0 +1,10 @@
+Package: enigma2-plugin-radiologos-noise
+Version: 0.1
+Architecture: sh4
+OE: bootlogos
+Section: extra
+Priority: optional
+Maintainer: AAF
+Homepage: http://www.aaf-digital.info
+Source: http://www.aaf-digital.info
+Description: Radiologo "Noise" for enigma2 Radiomode
Index: /ipk/source/radiologos_noise_0_1/CONTROL/postinst
===================================================================
--- /ipk/source/radiologos_noise_0_1/CONTROL/postinst	(revision 8576)
+++ /ipk/source/radiologos_noise_0_1/CONTROL/postinst	(revision 8576)
@@ -0,0 +1,11 @@
+#!/bin/sh
+TMP=/tmp/.radiologos
+echo "successfully installed"
+echo "syncing disk"
+sync
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	echo new freespace size $FREE kb
+fi
+exit 0
Index: /ipk/source/radiologos_noise_0_1/CONTROL/postrm
===================================================================
--- /ipk/source/radiologos_noise_0_1/CONTROL/postrm	(revision 8576)
+++ /ipk/source/radiologos_noise_0_1/CONTROL/postrm	(revision 8576)
@@ -0,0 +1,11 @@
+#!/bin/sh
+TMP=/tmp/.radiologos
+echo "successfully removed"
+echo "syncing disk"
+sync
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	echo new freespace size $FREE kb
+fi
+exit 0
Index: /ipk/source/radiologos_noise_0_1/CONTROL/preinst
===================================================================
--- /ipk/source/radiologos_noise_0_1/CONTROL/preinst	(revision 8576)
+++ /ipk/source/radiologos_noise_0_1/CONTROL/preinst	(revision 8576)
@@ -0,0 +1,45 @@
+#!/bin/sh
+#
+TMP=/tmp/.radiologos
+echo "syncing disk"
+sync
+
+model=`cat /etc/model`
+echo""
+echo "Checking your Boxtype...."
+echo "Some Plugins will not work correctly on your $model!"
+echo ""
+if [ "$model" = "" ]; then
+	echo "Sorry! This Plugin is not available for your $model because it will not work correctly!!!"
+	echo "Aborting installation..."
+	exit 1
+else
+	echo "Boxtype: $model OK"
+fi
+
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	SIZE=60
+	echo "checking freespace"
+	echo packege size $SIZE kb
+	echo freespace size $FREE kb
+	if  [ "$FREE" -lt "$SIZE" ]; then
+		echo "sorry no freespace left on device"
+		exit 1
+	else
+		echo ok
+	fi
+fi
+echo "installing radiologo ..."
+echo "checking OS"
+if  [ `cat /etc/motd | grep AAF | grep M | grep rev | wc -l` -eq 0 ]; then                      
+	echo ---------------------------
+	echo DONT USE this IPK Package!!
+	echo ---
+	echo Only for AAF Image!!
+	echo ---------------------------
+	exit 1
+fi
+rm -rf /var/usr/local/share/enigma2/radio.mvi
+exit 0
Index: /ipk/source/radiologos_noise_0_1/CONTROL/prerm
===================================================================
--- /ipk/source/radiologos_noise_0_1/CONTROL/prerm	(revision 8576)
+++ /ipk/source/radiologos_noise_0_1/CONTROL/prerm	(revision 8576)
@@ -0,0 +1,12 @@
+#!/bin/sh
+#
+TMP=/tmp/.radiologos
+echo "syncing disk"
+sync
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	echo freespace size $FREE kb
+fi
+echo "removing radiologo"
+exit 0
Index: /ipk/source/radiologos_plattenarm_0_1/CONTROL/control
===================================================================
--- /ipk/source/radiologos_plattenarm_0_1/CONTROL/control	(revision 8576)
+++ /ipk/source/radiologos_plattenarm_0_1/CONTROL/control	(revision 8576)
@@ -0,0 +1,10 @@
+Package: enigma2-plugin-radiologos-plattenarm
+Version: 0.1
+Architecture: sh4
+OE: bootlogos
+Section: extra
+Priority: optional
+Maintainer: AAF
+Homepage: http://www.aaf-digital.info
+Source: http://www.aaf-digital.info
+Description: Radiologo "Plattenarm" for enigma2 Radiomode
Index: /ipk/source/radiologos_plattenarm_0_1/CONTROL/postinst
===================================================================
--- /ipk/source/radiologos_plattenarm_0_1/CONTROL/postinst	(revision 8576)
+++ /ipk/source/radiologos_plattenarm_0_1/CONTROL/postinst	(revision 8576)
@@ -0,0 +1,11 @@
+#!/bin/sh
+TMP=/tmp/.radiologos
+echo "successfully installed"
+echo "syncing disk"
+sync
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	echo new freespace size $FREE kb
+fi
+exit 0
Index: /ipk/source/radiologos_plattenarm_0_1/CONTROL/postrm
===================================================================
--- /ipk/source/radiologos_plattenarm_0_1/CONTROL/postrm	(revision 8576)
+++ /ipk/source/radiologos_plattenarm_0_1/CONTROL/postrm	(revision 8576)
@@ -0,0 +1,11 @@
+#!/bin/sh
+TMP=/tmp/.radiologos
+echo "successfully removed"
+echo "syncing disk"
+sync
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	echo new freespace size $FREE kb
+fi
+exit 0
Index: /ipk/source/radiologos_plattenarm_0_1/CONTROL/preinst
===================================================================
--- /ipk/source/radiologos_plattenarm_0_1/CONTROL/preinst	(revision 8576)
+++ /ipk/source/radiologos_plattenarm_0_1/CONTROL/preinst	(revision 8576)
@@ -0,0 +1,45 @@
+#!/bin/sh
+#
+TMP=/tmp/.radiologos
+echo "syncing disk"
+sync
+
+model=`cat /etc/model`
+echo""
+echo "Checking your Boxtype...."
+echo "Some Plugins will not work correctly on your $model!"
+echo ""
+if [ "$model" = "" ]; then
+	echo "Sorry! This Plugin is not available for your $model because it will not work correctly!!!"
+	echo "Aborting installation..."
+	exit 1
+else
+	echo "Boxtype: $model OK"
+fi
+
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	SIZE=60
+	echo "checking freespace"
+	echo packege size $SIZE kb
+	echo freespace size $FREE kb
+	if  [ "$FREE" -lt "$SIZE" ]; then
+		echo "sorry no freespace left on device"
+		exit 1
+	else
+		echo ok
+	fi
+fi
+echo "installing radiologo ..."
+echo "checking OS"
+if  [ `cat /etc/motd | grep AAF | grep M | grep rev | wc -l` -eq 0 ]; then                      
+	echo ---------------------------
+	echo DONT USE this IPK Package!!
+	echo ---
+	echo Only for AAF Image!!
+	echo ---------------------------
+	exit 1
+fi
+rm -rf /var/usr/local/share/enigma2/radio.mvi
+exit 0
Index: /ipk/source/radiologos_plattenarm_0_1/CONTROL/prerm
===================================================================
--- /ipk/source/radiologos_plattenarm_0_1/CONTROL/prerm	(revision 8576)
+++ /ipk/source/radiologos_plattenarm_0_1/CONTROL/prerm	(revision 8576)
@@ -0,0 +1,12 @@
+#!/bin/sh
+#
+TMP=/tmp/.radiologos
+echo "syncing disk"
+sync
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	echo freespace size $FREE kb
+fi
+echo "removing radiologo"
+exit 0
Index: /ipk/source/radiologos_sunshinelive_0_1/CONTROL/control
===================================================================
--- /ipk/source/radiologos_sunshinelive_0_1/CONTROL/control	(revision 8576)
+++ /ipk/source/radiologos_sunshinelive_0_1/CONTROL/control	(revision 8576)
@@ -0,0 +1,10 @@
+Package: enigma2-plugin-radiologos-sunshinelive
+Version: 0.1
+Architecture: sh4
+OE: bootlogos
+Section: extra
+Priority: optional
+Maintainer: AAF
+Homepage: http://www.aaf-digital.info
+Source: http://www.aaf-digital.info
+Description: Radiologo "Sunshine Live" for enigma2 Radiomode
Index: /ipk/source/radiologos_sunshinelive_0_1/CONTROL/postinst
===================================================================
--- /ipk/source/radiologos_sunshinelive_0_1/CONTROL/postinst	(revision 8576)
+++ /ipk/source/radiologos_sunshinelive_0_1/CONTROL/postinst	(revision 8576)
@@ -0,0 +1,11 @@
+#!/bin/sh
+TMP=/tmp/.radiologos
+echo "successfully installed"
+echo "syncing disk"
+sync
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	echo new freespace size $FREE kb
+fi
+exit 0
Index: /ipk/source/radiologos_sunshinelive_0_1/CONTROL/postrm
===================================================================
--- /ipk/source/radiologos_sunshinelive_0_1/CONTROL/postrm	(revision 8576)
+++ /ipk/source/radiologos_sunshinelive_0_1/CONTROL/postrm	(revision 8576)
@@ -0,0 +1,11 @@
+#!/bin/sh
+TMP=/tmp/.radiologos
+echo "successfully removed"
+echo "syncing disk"
+sync
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	echo new freespace size $FREE kb
+fi
+exit 0
Index: /ipk/source/radiologos_sunshinelive_0_1/CONTROL/preinst
===================================================================
--- /ipk/source/radiologos_sunshinelive_0_1/CONTROL/preinst	(revision 8576)
+++ /ipk/source/radiologos_sunshinelive_0_1/CONTROL/preinst	(revision 8576)
@@ -0,0 +1,45 @@
+#!/bin/sh
+#
+TMP=/tmp/.radiologos
+echo "syncing disk"
+sync
+
+model=`cat /etc/model`
+echo""
+echo "Checking your Boxtype...."
+echo "Some Plugins will not work correctly on your $model!"
+echo ""
+if [ "$model" = "" ]; then
+	echo "Sorry! This Plugin is not available for your $model because it will not work correctly!!!"
+	echo "Aborting installation..."
+	exit 1
+else
+	echo "Boxtype: $model OK"
+fi
+
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	SIZE=60
+	echo "checking freespace"
+	echo packege size $SIZE kb
+	echo freespace size $FREE kb
+	if  [ "$FREE" -lt "$SIZE" ]; then
+		echo "sorry no freespace left on device"
+		exit 1
+	else
+		echo ok
+	fi
+fi
+echo "installing radiologo ..."
+echo "checking OS"
+if  [ `cat /etc/motd | grep AAF | grep M | grep rev | wc -l` -eq 0 ]; then                      
+	echo ---------------------------
+	echo DONT USE this IPK Package!!
+	echo ---
+	echo Only for AAF Image!!
+	echo ---------------------------
+	exit 1
+fi
+rm -rf /var/usr/local/share/enigma2/radio.mvi
+exit 0
Index: /ipk/source/radiologos_sunshinelive_0_1/CONTROL/prerm
===================================================================
--- /ipk/source/radiologos_sunshinelive_0_1/CONTROL/prerm	(revision 8576)
+++ /ipk/source/radiologos_sunshinelive_0_1/CONTROL/prerm	(revision 8576)
@@ -0,0 +1,12 @@
+#!/bin/sh
+#
+TMP=/tmp/.radiologos
+echo "syncing disk"
+sync
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	echo freespace size $FREE kb
+fi
+echo "removing radiologo"
+exit 0
Index: /ipk/source/radiologos_tdtonair_0_1/CONTROL/control
===================================================================
--- /ipk/source/radiologos_tdtonair_0_1/CONTROL/control	(revision 8576)
+++ /ipk/source/radiologos_tdtonair_0_1/CONTROL/control	(revision 8576)
@@ -0,0 +1,10 @@
+Package: enigma2-plugin-radiologos-tdtonair
+Version: 0.1
+Architecture: sh4
+OE: bootlogos
+Section: extra
+Priority: optional
+Maintainer: AAF
+Homepage: http://www.aaf-digital.info
+Source: http://www.aaf-digital.info
+Description: Radiologo "TDT On Air" for enigma2 Radiomode
Index: /ipk/source/radiologos_tdtonair_0_1/CONTROL/postinst
===================================================================
--- /ipk/source/radiologos_tdtonair_0_1/CONTROL/postinst	(revision 8576)
+++ /ipk/source/radiologos_tdtonair_0_1/CONTROL/postinst	(revision 8576)
@@ -0,0 +1,11 @@
+#!/bin/sh
+TMP=/tmp/.radiologos
+echo "successfully installed"
+echo "syncing disk"
+sync
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	echo new freespace size $FREE kb
+fi
+exit 0
Index: /ipk/source/radiologos_tdtonair_0_1/CONTROL/postrm
===================================================================
--- /ipk/source/radiologos_tdtonair_0_1/CONTROL/postrm	(revision 8576)
+++ /ipk/source/radiologos_tdtonair_0_1/CONTROL/postrm	(revision 8576)
@@ -0,0 +1,11 @@
+#!/bin/sh
+TMP=/tmp/.radiologos
+echo "successfully removed"
+echo "syncing disk"
+sync
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	echo new freespace size $FREE kb
+fi
+exit 0
Index: /ipk/source/radiologos_tdtonair_0_1/CONTROL/preinst
===================================================================
--- /ipk/source/radiologos_tdtonair_0_1/CONTROL/preinst	(revision 8576)
+++ /ipk/source/radiologos_tdtonair_0_1/CONTROL/preinst	(revision 8576)
@@ -0,0 +1,45 @@
+#!/bin/sh
+#
+TMP=/tmp/.radiologos
+echo "syncing disk"
+sync
+
+model=`cat /etc/model`
+echo""
+echo "Checking your Boxtype...."
+echo "Some Plugins will not work correctly on your $model!"
+echo ""
+if [ "$model" = "" ]; then
+	echo "Sorry! This Plugin is not available for your $model because it will not work correctly!!!"
+	echo "Aborting installation..."
+	exit 1
+else
+	echo "Boxtype: $model OK"
+fi
+
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	SIZE=60
+	echo "checking freespace"
+	echo packege size $SIZE kb
+	echo freespace size $FREE kb
+	if  [ "$FREE" -lt "$SIZE" ]; then
+		echo "sorry no freespace left on device"
+		exit 1
+	else
+		echo ok
+	fi
+fi
+echo "installing radiologo ..."
+echo "checking OS"
+if  [ `cat /etc/motd | grep AAF | grep M | grep rev | wc -l` -eq 0 ]; then                      
+	echo ---------------------------
+	echo DONT USE this IPK Package!!
+	echo ---
+	echo Only for AAF Image!!
+	echo ---------------------------
+	exit 1
+fi
+rm -rf /var/usr/local/share/enigma2/radio.mvi
+exit 0
Index: /ipk/source/radiologos_tdtonair_0_1/CONTROL/prerm
===================================================================
--- /ipk/source/radiologos_tdtonair_0_1/CONTROL/prerm	(revision 8576)
+++ /ipk/source/radiologos_tdtonair_0_1/CONTROL/prerm	(revision 8576)
@@ -0,0 +1,12 @@
+#!/bin/sh
+#
+TMP=/tmp/.radiologos
+echo "syncing disk"
+sync
+if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1 | wc -l` -eq 1 ]; then
+	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | tail -n1`
+	FREE=`expr $SPACE - 100`
+	echo freespace size $FREE kb
+fi
+echo "removing radiologo"
+exit 0
