Index: /ipk/source.sh4/playlist_xxxbeeg/CONTROL/postinst
===================================================================
--- /ipk/source.sh4/playlist_xxxbeeg/CONTROL/postinst	(revision 23629)
+++ /ipk/source.sh4/playlist_xxxbeeg/CONTROL/postinst	(revision 23630)
@@ -1,13 +1,3 @@
 #!/bin/sh
-TMP=/tmp/.tmp
-echo "successfully installed"
-if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1 | wc -l` -eq 1 ]; then
-	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1`
-	FREE=`expr $SPACE - 100`
-	echo new freespace size $FREE kb
-else
-	echo "syncing disk"
-	sync
-fi
 
 exit 0
Index: /ipk/source.sh4/playlist_xxxbeeg/CONTROL/postrm
===================================================================
--- /ipk/source.sh4/playlist_xxxbeeg/CONTROL/postrm	(revision 23629)
+++ /ipk/source.sh4/playlist_xxxbeeg/CONTROL/postrm	(revision 23630)
@@ -1,15 +1,3 @@
 #!/bin/sh
-TMP=/tmp/.tmp
 
-rm -r /media/internet/xxx/beeg
-
-echo "successfully removed"
-if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1 | wc -l` -eq 1 ]; then
-	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1`
-	FREE=`expr $SPACE - 100`
-	echo new freespace size $FREE kb
-else
-	echo "syncing disk"
-	sync
-fi
 exit 0
Index: /ipk/source.sh4/playlist_xxxbeeg/CONTROL/preinst
===================================================================
--- /ipk/source.sh4/playlist_xxxbeeg/CONTROL/preinst	(revision 23629)
+++ /ipk/source.sh4/playlist_xxxbeeg/CONTROL/preinst	(revision 23630)
@@ -1,37 +1,3 @@
 #!/bin/sh
-#
-TMP=/tmp/.tmp
-
-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 | head -n1 | wc -l` -eq 1 ]; then
-	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1`
-	FREE=`expr $SPACE - 100`
-	SIZE=1500
-	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
-else
-	echo "syncing disk"
-	sync
-fi  
-echo "installing xXx Beeg Playlist ..."
 
 exit 0
Index: /ipk/source.sh4/playlist_xxxbeeg/CONTROL/prerm
===================================================================
--- /ipk/source.sh4/playlist_xxxbeeg/CONTROL/prerm	(revision 23629)
+++ /ipk/source.sh4/playlist_xxxbeeg/CONTROL/prerm	(revision 23630)
@@ -1,12 +1,3 @@
 #!/bin/sh
-TMP=/tmp/.tmp
-if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1 | wc -l` -eq 1 ]; then
-	SPACE=`df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1`
-	FREE=`expr $SPACE - 100`
-	echo new freespace size $FREE kb
-else
-	echo "syncing disk"
-	sync
-fi
-echo "removing xXx Beeg Playlist"
+
 exit 0
