Index: ipk/source/tools_settime/CONTROL/postinst
===================================================================
--- ipk/source/tools_settime/CONTROL/postinst	(revision 41100)
+++ ipk/source/tools_settime/CONTROL/postinst	(revision 41101)
@@ -1,23 +1,13 @@
 #!/bin/sh
-INSTDIR="$1"
-
-sed s#_path_#"$INSTDIR"#g -i "$INSTDIR/mnt/bin/settime.sh"
-
-if [ "/mnt/swapextensions" == "$INSTDIR" ]; then
-	sed s#_type_#"MNT"#g -i "$INSTDIR/mnt/bin/settime.sh"
-elif [ "/var/swap" == "$INSTDIR" ]; then
-	sed s#_type_#"SWAP"#g -i "$INSTDIR/mnt/bin/settime.sh"
-else
-	sed s#_type_#"VAR"#g -i "$INSTDIR/mnt/bin/settime.sh"	
-fi
 
 
-if [ ! -e "$INSTDIR/mnt/config/usercmd.sh" ]; then
+
+if [ ! -e "/mnt/config/usercmd.sh" ]; then
 	echo "use tpk config file: usercmd.sh"
-	echo "rename $INSTDIR/mnt/config/usercmd.sh.old > $INSTDIR/mnt/config/usercmd.sh"
-	mv "$INSTDIR/mnt/config/usercmd.sh.old" "$INSTDIR/mnt/config/usercmd.sh"
+	echo "rename /mnt/config/usercmd.sh.usercmd > /mnt/config/usercmd.sh"
+	mv "/mnt/config/usercmd.sh.usercmd" "/mnt/config/usercmd.sh"
 else
 	echo "found user config file: usercmd.sh"
-	echo "skip tpk config file: usercmd.sh.old"
+	echo "skip tpk config file: usercmd.sh.usercmd"
 fi
 
