Index: ipk/source.sh4/titantools_autotimer/CONTROL/postrm
===================================================================
--- ipk/source.sh4/titantools_autotimer/CONTROL/postrm	(revision 21232)
+++ ipk/source.sh4/titantools_autotimer/CONTROL/postrm	(revision 23446)
@@ -1,15 +1,8 @@
 #!/bin/sh
 TMP=/tmp/.infos
-PLUGINDIR=/var/usr/local/share/titan/plugins/autotimer
+INSTDIR="$1" 
+PLUGINDIR=$INSTDIR/usr/local/share/titan/plugins/autotimer
+
 rm -r $PLUGINDIR > /dev/null 2>&1
 
-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
