Index: ipk/source.sh4/tools_scriptexec/CONTROL/prerm
===================================================================
--- ipk/source.sh4/tools_scriptexec/CONTROL/prerm	(revision 23484)
+++ ipk/source.sh4/tools_scriptexec/CONTROL/prerm	(revision 23624)
@@ -1,12 +1,3 @@
 #!/bin/sh
-TMP=/tmp/.infos
-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 scriptexec Plugin"
+
 exit 0
