Index: ipk/source/skins_MetrixHD/CONTROL/postinst
===================================================================
--- ipk/source/skins_MetrixHD/CONTROL/postinst	(revision 23563)
+++ ipk/source/skins_MetrixHD/CONTROL/postinst	(revision 23640)
@@ -1,17 +1,3 @@
 #!/bin/sh
-TMP=/tmp/.titanskin
-
-
-echo "successfully installed"
-link=`readlink /var/swap`
-if [ `df | grep /dev/mtdblock | grep mnt | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1 | wc -l` -eq 1 ] && [ $link = "/mnt/swapextensions" ]; then
-	SPACE=`df | grep /dev/mtdblock | grep mnt | 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 "now you can choose the new skin...."
 
 exit 0
