Index: ipk/source.sh4/keymaps_neutrino/CONTROL/postinst
===================================================================
--- ipk/source.sh4/keymaps_neutrino/CONTROL/postinst	(revision 23474)
+++ ipk/source.sh4/keymaps_neutrino/CONTROL/postinst	(revision 23622)
@@ -1,23 +1,3 @@
 #!/bin/sh
-TMP=/tmp/.keymaps
-
-#. /mnt/config/titan.cfg
-
-#if [ ! -f /mnt/config/rcmap.old ]; then
-#	mv /mnt/config/rcmap $rcmapfile
-#fi
-
-echo "successful 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
