Index: ipk/source/tools_settime/CONTROL/postinst
===================================================================
--- ipk/source/tools_settime/CONTROL/postinst	(revision 41105)
+++ ipk/source/tools_settime/CONTROL/postinst	(revision 41110)
@@ -1,15 +1,3 @@
 #!/bin/sh
-INSTDIR="$1"
-
-sed s#_path_#"$INSTDIR"#g -i "$INSTDIR/etc/oscam.emu"
-
-if [ ! -e "$INSTDIR/mnt/config/usercmd.sh" ]; then
-	echo "use tpk config file: usercmd.sh"
-	echo "rename $INSTDIR/mnt/config/usercmd.sh.usercmd > $INSTDIR/mnt/config/usercmd.sh"
-	mv "$INSTDIR/mnt/config/usercmd.sh.usercmd" "$INSTDIR/mnt/config/usercmd.sh"
-else
-	echo "found user config file: usercmd.sh"
-	echo "skip tpk config file: usercmd.sh.usercmd"
-fi
 
 exit 0
