Index: ipk/source.sh4/players_dtsdownmix/CONTROL/postinst
===================================================================
--- ipk/source.sh4/players_dtsdownmix/CONTROL/postinst	(revision 23627)
+++ ipk/source.sh4/players_dtsdownmix/CONTROL/postinst	(revision 23628)
@@ -1,15 +1,3 @@
 #!/bin/sh
-TMP=/tmp/.tmp
-echo "successfully 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
-
-echo "Bitte neustarten !!!"
 
 exit 0
Index: ipk/source.sh4/players_dtsdownmix/CONTROL/postrm
===================================================================
--- ipk/source.sh4/players_dtsdownmix/CONTROL/postrm	(revision 23627)
+++ ipk/source.sh4/players_dtsdownmix/CONTROL/postrm	(revision 23628)
@@ -1,6 +1,3 @@
 #!/bin/sh
 
-rm -r /var/bin/audio.elf
-mv /var/etc/autostart/start.config.old /var/etc/autostart/start.config
-
 exit 0
