Index: ipk/source.sh4/titankeymaps_neutrino/CONTROL/postrm
===================================================================
--- ipk/source.sh4/titankeymaps_neutrino/CONTROL/postrm	(revision 12551)
+++ ipk/source.sh4/titankeymaps_neutrino/CONTROL/postrm	(revision 12781)
@@ -3,9 +3,6 @@
 echo "Erfolgreich deinstalliert..."
 
-sync
-	echo "Stelle Original rcmap wieder her"
-	mv /var/etc/titan/rcmap_original /var/etc/titan/rcmap
-
-sync
+echo "Stelle Original rcmap wieder her"
+mv /var/etc/titan/rcmap_original /var/etc/titan/rcmap
 
 if [ `df | grep /dev/mtdblock | grep var | sed 's/ \+/ /g' | cut -d ' ' -f4 | head -n1 | wc -l` -eq 1 ]; then
@@ -13,4 +10,7 @@
 	FREE=`expr $SPACE - 100`
 	echo new freespace size $FREE kb
+else
+	echo "syncing disk"
+	sync
 fi
 exit 0
