Index: ipk/source.sh4/titangames_catcatch/CONTROL/prerm
===================================================================
--- ipk/source.sh4/titangames_catcatch/CONTROL/prerm	(revision 23366)
+++ ipk/source.sh4/titangames_catcatch/CONTROL/prerm	(revision 23373)
@@ -1,13 +1,4 @@
 #!/bin/sh
-INSTDIR="$1"
 
-if [ "/var/swap" == "$INSTDIR" ]; then
-	echo "syncing disk"
-	sync
-else
-	SPACE=`getfreespace "$INSTDIR"`
-	FREE=`expr $SPACE - 100`
-	echo new freespace size $FREE kb
-fi
-echo "removing catcatch Plugin"
+echo "remove Plugin"
 exit 0
